summaryrefslogtreecommitdiff
path: root/flat.h
diff options
context:
space:
mode:
Diffstat (limited to 'flat.h')
-rw-r--r--flat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/flat.h b/flat.h
index be0fd0e9..83a4d1d0 100644
--- a/flat.h
+++ b/flat.h
@@ -121,6 +121,10 @@ THEME_CLR(Theme, clrMenuItemSelableBorderBg, 0xC0101010);
THEME_CLR(Theme, clrMenuItemCurrentBorderFg, 0xC03090B0);
THEME_CLR(Theme, clrMenuItemCurrentBorderBg, 0xC03090B0);
+// Menu Timer Item
+THEME_CLR(Theme, clrMenuTimerItemDisabledFont, 0xFFA0A0A0);
+THEME_CLR(Theme, clrMenuTimerItemRecordingFont, 0xFFEEEEEE);
+
// Replay
THEME_CLR(Theme, clrReplayBg, 0xC0101010);
THEME_CLR(Theme, clrReplayFont, 0xFFEEEEEE);