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 ba6478f9..2c09fbe1 100644
--- a/flat.h
+++ b/flat.h
@@ -31,6 +31,8 @@ THEME_CLR(Theme, clrTopBarBorderBg, 0xC0101010);
THEME_CLR(Theme, clrTopBarBorderType, 0x00000000);
THEME_CLR(Theme, clrTopBarBorderSize, 0x00000000);
+THEME_CLR(Theme, clrTopBarRecordingPresent, 0xFFAA0000);
+
// Buttons
THEME_CLR(Theme, clrButtonBg, 0xC0101010);
THEME_CLR(Theme, clrButtonFont, 0xFFEEEEEE);
@@ -81,6 +83,8 @@ THEME_CLR(Theme, clrChannelSignalProgressBg, 0xC0101010);
THEME_CLR(Theme, clrChannelSignalProgressType, 0x00000002);
THEME_CLR(Theme, clrChannelSignalProgressSize, 0x0000000A);
+THEME_CLR(Theme, clrChannelRecordingPresent, 0xFFAA0000);
+
// Menu
THEME_CLR(Theme, clrItemBg, 0xC0909090);
THEME_CLR(Theme, clrItemFont, 0xFFEEEEEE);