summaryrefslogtreecommitdiff
path: root/flat.h
diff options
context:
space:
mode:
Diffstat (limited to 'flat.h')
-rw-r--r--flat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/flat.h b/flat.h
index fbbe81f..d9b3126 100644
--- a/flat.h
+++ b/flat.h
@@ -73,6 +73,8 @@ THEME_CLR(Theme, clrReplayBg, 0x90222222);
THEME_CLR(Theme, clrReplayFont, 0xFFEEEEEE);
THEME_CLR(Theme, clrReplayProgressFg, 0xFFEEEEEE);
THEME_CLR(Theme, clrReplayProgressBg, 0xFFEEEEEE);
+THEME_CLR(Theme, clrReplayMarkFg, 0xFF222222);
+THEME_CLR(Theme, clrReplayMarkCurrentFg, 0xFF3090B0);
// Tracks
THEME_CLR(Theme, clrTrackItemBg, 0x90909090);