summaryrefslogtreecommitdiff
path: root/flat.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2013-11-19 22:42:04 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2013-11-19 22:42:04 +0100
commit24af81d9b74a3ef4d338dd9dea36dae2574a03f0 (patch)
treed186e710900e7bf3da6b391916d1abe689934c72 /flat.h
parent392854c22870d1925926f6b975af8c68f75e18e7 (diff)
downloadskin-flatplus-24af81d9b74a3ef4d338dd9dea36dae2574a03f0.tar.gz
skin-flatplus-24af81d9b74a3ef4d338dd9dea36dae2574a03f0.tar.bz2
add menu & topbar icons
Diffstat (limited to 'flat.h')
-rw-r--r--flat.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/flat.h b/flat.h
index 2c09fbe1..a7c552b8 100644
--- a/flat.h
+++ b/flat.h
@@ -31,7 +31,8 @@ THEME_CLR(Theme, clrTopBarBorderBg, 0xC0101010);
THEME_CLR(Theme, clrTopBarBorderType, 0x00000000);
THEME_CLR(Theme, clrTopBarBorderSize, 0x00000000);
-THEME_CLR(Theme, clrTopBarRecordingPresent, 0xFFAA0000);
+THEME_CLR(Theme, clrTopBarRecordingActiveFg, 0xFF880000);
+THEME_CLR(Theme, clrTopBarRecordingActiveBg, 0xC0101010);
// Buttons
THEME_CLR(Theme, clrButtonBg, 0xC0101010);
@@ -83,7 +84,10 @@ THEME_CLR(Theme, clrChannelSignalProgressBg, 0xC0101010);
THEME_CLR(Theme, clrChannelSignalProgressType, 0x00000002);
THEME_CLR(Theme, clrChannelSignalProgressSize, 0x0000000A);
-THEME_CLR(Theme, clrChannelRecordingPresent, 0xFFAA0000);
+THEME_CLR(Theme, clrChannelRecordingPresentFg, 0xFFAA0000);
+THEME_CLR(Theme, clrChannelRecordingPresentBg, 0xC0101010);
+THEME_CLR(Theme, clrChannelRecordingFollowFg, 0xFFA0A0A0);
+THEME_CLR(Theme, clrChannelRecordingFollowBg, 0xC0101010);
// Menu
THEME_CLR(Theme, clrItemBg, 0xC0909090);