summaryrefslogtreecommitdiff
path: root/generate_theme.sh
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-08-03 19:33:51 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-08-03 19:33:51 +0200
commit33b71d21d4ea31a5ba79934e3341b06e8307462e (patch)
treed8d94434b1182f44962f6d76580084d6c980d379 /generate_theme.sh
parent3d22892d17188a55ba9b144860d6525e42f4d618 (diff)
downloadskin-flat-33b71d21d4ea31a5ba79934e3341b06e8307462e.tar.gz
skin-flat-33b71d21d4ea31a5ba79934e3341b06e8307462e.tar.bz2
color changes
Diffstat (limited to 'generate_theme.sh')
-rwxr-xr-xgenerate_theme.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/generate_theme.sh b/generate_theme.sh
index 135afa0..00a9a5a 100755
--- a/generate_theme.sh
+++ b/generate_theme.sh
@@ -84,7 +84,8 @@ FILE=flat-${ThemeName}.theme
echo "Description = $ThemeName" > $FILE
echo "clrTopBarBg = $Background" >> $FILE
echo "clrTopBarFont = $Font" >> $FILE
-echo "clrTopBarDateTimeFont = $Font" >> $FILE
+echo "clrTopBarTimeFont = $Font" >> $FILE
+echo "clrTopBarDateFont = $Font" >> $FILE
echo "clrButtonBg = $Background" >> $FILE
echo "clrButtonFont = $Font" >> $FILE
echo "clrButtonRed = 99BB0000" >> $FILE
@@ -100,6 +101,7 @@ echo "clrMessageError = 90BB0000" >> $FILE
echo "clrChannelBg = $Background" >> $FILE
echo "clrChannelFontTitle = $TitleFont" >> $FILE
echo "clrChannelFontEpg = $Font" >> $FILE
+echo "clrChannelFontEpgFollow = $Font" >> $FILE
echo "clrChannelProgressFg = $ProgressFG" >> $FILE
echo "clrChannelProgressBarFg = $ProgressBarFG" >> $FILE
echo "clrChannelProgressBg = $Background" >> $FILE