summaryrefslogtreecommitdiff
path: root/flat.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-16 14:07:19 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-16 14:07:19 +0100
commitf59cce493e621f3e0d7d2a6c3416c755c91e766f (patch)
tree1427728bce33c368bab2317546eff87635ed949c /flat.h
parentce3f1e6df06b3c25398fd5d958427ecc9edcaa2e (diff)
downloadskin-flatplus-f59cce493e621f3e0d7d2a6c3416c755c91e766f.tar.gz
skin-flatplus-f59cce493e621f3e0d7d2a6c3416c755c91e766f.tar.bz2
fixes in SetItemEvent
Diffstat (limited to 'flat.h')
-rw-r--r--flat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flat.h b/flat.h
index 1ef62f5f..a1bf2bb7 100644
--- a/flat.h
+++ b/flat.h
@@ -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);