diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-16 14:07:19 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-16 14:07:19 +0100 |
commit | f59cce493e621f3e0d7d2a6c3416c755c91e766f (patch) | |
tree | 1427728bce33c368bab2317546eff87635ed949c /flat.h | |
parent | ce3f1e6df06b3c25398fd5d958427ecc9edcaa2e (diff) | |
download | skin-flatplus-f59cce493e621f3e0d7d2a6c3416c755c91e766f.tar.gz skin-flatplus-f59cce493e621f3e0d7d2a6c3416c755c91e766f.tar.bz2 |
fixes in SetItemEvent
Diffstat (limited to 'flat.h')
-rw-r--r-- | flat.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -129,6 +129,9 @@ THEME_CLR(Theme, clrMenuItemCurrentBorderBg, 0xC03090B0); THEME_CLR(Theme, clrMenuTimerItemDisabledFont, 0xFFA0A0A0); THEME_CLR(Theme, clrMenuTimerItemRecordingFont, 0xFFEEEEEE); +// Program Menu +THEME_CLR(Theme, clrMenuItemProgramShortTextFont, 0xFFA0A0A0); + // Replay THEME_CLR(Theme, clrReplayBg, 0xC0101010); THEME_CLR(Theme, clrReplayFont, 0xFFEEEEEE); |