summaryrefslogtreecommitdiff
path: root/flat.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-08-20 22:03:52 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-08-20 22:03:52 +0200
commit57fe4a2bf12adc4ea461569551ecac935dbf3aae (patch)
treecb61a4dc28aebe6830c7740bd122d312ae96e9f6 /flat.h
parent18f84694f84c8e782fce274477dfefbd090b0345 (diff)
downloadskin-flat-57fe4a2bf12adc4ea461569551ecac935dbf3aae.tar.gz
skin-flat-57fe4a2bf12adc4ea461569551ecac935dbf3aae.tar.bz2
menu item channel
Diffstat (limited to 'flat.h')
-rw-r--r--flat.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/flat.h b/flat.h
index 9798db2..1a14adf 100644
--- a/flat.h
+++ b/flat.h
@@ -75,6 +75,15 @@ THEME_CLR(Theme, clrMenuRecFontInfo, 0xFFEEEEEE);
THEME_CLR(Theme, clrMenuTextBg, 0xB0101010);
THEME_CLR(Theme, clrMenuTextFont, 0xFFEEEEEE);
+// Menu Items
+THEME_CLR(Theme, clrMenuItemChanProgressFg, 0xFF3090B0);
+THEME_CLR(Theme, clrMenuItemChanProgressBarFg, 0xFF3090B0);
+THEME_CLR(Theme, clrMenuItemChanProgressBg, 0xB0101010);
+
+THEME_CLR(Theme, clrMenuItemChanCurProgressFg, 0xFFEEEEEE);
+THEME_CLR(Theme, clrMenuItemChanCurProgressBarFg, 0xFFEEEEEE);
+THEME_CLR(Theme, clrMenuItemChanCurProgressBg, 0xB03090B0);
+
// Replay
THEME_CLR(Theme, clrReplayBg, 0xB0101010);
THEME_CLR(Theme, clrReplayFont, 0xFFEEEEEE);