diff options
| author | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-08-20 22:03:52 +0200 |
|---|---|---|
| committer | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-08-20 22:03:52 +0200 |
| commit | 57fe4a2bf12adc4ea461569551ecac935dbf3aae (patch) | |
| tree | cb61a4dc28aebe6830c7740bd122d312ae96e9f6 /flat.h | |
| parent | 18f84694f84c8e782fce274477dfefbd090b0345 (diff) | |
| download | skin-flat-57fe4a2bf12adc4ea461569551ecac935dbf3aae.tar.gz skin-flat-57fe4a2bf12adc4ea461569551ecac935dbf3aae.tar.bz2 | |
menu item channel
Diffstat (limited to 'flat.h')
| -rw-r--r-- | flat.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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); |
