From 618ecacccde2eb4e32e46f0a787de5d6374b6aaa Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 16 Aug 2021 17:51:20 -0700 Subject: [PATCH] use highlight instead I think it should be highlight --- app/timeline/timelinecommon.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() }