diff options
| author | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-08-03 19:33:51 +0200 |
|---|---|---|
| committer | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-08-03 19:33:51 +0200 |
| commit | 33b71d21d4ea31a5ba79934e3341b06e8307462e (patch) | |
| tree | d8d94434b1182f44962f6d76580084d6c980d379 /themes | |
| parent | 3d22892d17188a55ba9b144860d6525e42f4d618 (diff) | |
| download | skin-flat-33b71d21d4ea31a5ba79934e3341b06e8307462e.tar.gz skin-flat-33b71d21d4ea31a5ba79934e3341b06e8307462e.tar.bz2 | |
color changes
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/flat-default.theme | 26 | ||||
| -rw-r--r-- | themes/flat-white.theme | 26 |
2 files changed, 28 insertions, 24 deletions
diff --git a/themes/flat-default.theme b/themes/flat-default.theme index 0fd5197..31b1869 100644 --- a/themes/flat-default.theme +++ b/themes/flat-default.theme @@ -1,22 +1,24 @@ Description = Default clrTopBarBg = BB101010 clrTopBarFont = FFEEEEEE -clrTopBarDateTimeFont = FFEEEEEE +clrTopBarTimeFont = FFEEEEEE +clrTopBarDateFont = FFA0A0A0 clrButtonBg = BB101010 clrButtonFont = FFEEEEEE -clrButtonRed = 99BB0000 -clrButtonGreen = 9900BB00 -clrButtonYellow = 99BBBB00 -clrButtonBlue = 990000BB +clrButtonRed = FFBB0000 +clrButtonGreen = FF00BB00 +clrButtonYellow = FFBBBB00 +clrButtonBlue = FF0000BB clrMessageBg = BB101010 clrMessageFont = FFEEEEEE -clrMessageStatus = BB0000FF -clrMessageInfo = BB009900 -clrMessageWarning = BBBBBB00 -clrMessageError = BBBB0000 +clrMessageStatus = FF0000FF +clrMessageInfo = FF009900 +clrMessageWarning = FFBBBB00 +clrMessageError = FFBB0000 clrChannelBg = BB101010 -clrChannelFontTitle = FFEEEEEE +clrChannelFontTitle = FF3090B0 clrChannelFontEpg = FFEEEEEE +clrChannelFontEpgFollow = FFA0A0A0 clrChannelProgressFg = FFEEEEEE clrChannelProgressBarFg = FFEEEEEE clrChannelProgressBg = BB101010 @@ -30,10 +32,10 @@ clrScrollbarFg = FFEEEEEE clrScrollbarBarFg = FFEEEEEE clrScrollbarBg = BB101010 clrMenuEventBg = BB101010 -clrMenuEventFontTitle = FFEEEEEE +clrMenuEventFontTitle = FF3090B0 clrMenuEventFontInfo = FFEEEEEE clrMenuRecBg = BB101010 -clrMenuRecFontTitle = FFEEEEEE +clrMenuRecFontTitle = FF3090B0 clrMenuRecFontInfo = FFEEEEEE clrMenuTextBg = BB101010 clrMenuTextFont = FFEEEEEE diff --git a/themes/flat-white.theme b/themes/flat-white.theme index 6092cd2..1899b89 100644 --- a/themes/flat-white.theme +++ b/themes/flat-white.theme @@ -1,22 +1,24 @@ Description = white clrTopBarBg = 90CCCCCC clrTopBarFont = FF222222 -clrTopBarDateTimeFont = FF222222 +clrTopBarTimeFont = FF222222 +clrTopBarDateFont = FF505050 clrButtonBg = 90CCCCCC clrButtonFont = FF222222 -clrButtonRed = 99BB0000 -clrButtonGreen = 9900BB00 -clrButtonYellow = 99BBBB00 -clrButtonBlue = 990000BB +clrButtonRed = FFBB0000 +clrButtonGreen = FF00BB00 +clrButtonYellow = FFBBBB00 +clrButtonBlue = FF0000BB clrMessageBg = 90CCCCCC clrMessageFont = FF222222 -clrMessageStatus = 900000FF -clrMessageInfo = 90009900 -clrMessageWarning = 90BBBB00 -clrMessageError = 90BB0000 +clrMessageStatus = FF0000FF +clrMessageInfo = FF009900 +clrMessageWarning = FFBBBB00 +clrMessageError = FFBB0000 clrChannelBg = 90CCCCCC -clrChannelFontTitle = FF222222 +clrChannelFontTitle = FF206277 clrChannelFontEpg = FF222222 +clrChannelFontEpgFollow = FF505050 clrChannelProgressFg = FF222222 clrChannelProgressBarFg = FF222222 clrChannelProgressBg = 90CCCCCC @@ -30,10 +32,10 @@ clrScrollbarFg = FF222222 clrScrollbarBg = 90CCCCCC clrScrollbarBarFg = FF222222 clrMenuEventBg = 90CCCCCC -clrMenuEventFontTitle = FF222222 +clrMenuEventFontTitle = FF206277 clrMenuEventFontInfo = FF222222 clrMenuRecBg = 90CCCCCC -clrMenuRecFontTitle = FF222222 +clrMenuRecFontTitle = FF206277 clrMenuRecFontInfo = FF222222 clrMenuTextBg = 90CCCCCC clrMenuTextFont = FF222222 |
