diff --git a/app/timeline/timelinecommon.h b/app/timeline/timelinecommon.h index 237d579a5..2420c8868 100644 --- a/app/timeline/timelinecommon.h +++ b/app/timeline/timelinecommon.h @@ -48,8 +48,7 @@ public: }; -// FIXME: attempt to make it stylable, Link color looks better to me but Highlight might work as well -#define PLAYHEAD_COLOR palette().link().color() +#define PLAYHEAD_COLOR palette().highlight().color() }