diff options
Diffstat (limited to 'flat.h')
-rw-r--r-- | flat.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |