Added theme Keep it Simple (thanks @saman)

This commit is contained in:
louis 2013-06-02 10:38:41 +02:00
parent 0929a8d511
commit d2e13f083b
2 changed files with 32 additions and 0 deletions

View File

@ -42,3 +42,7 @@ VDR Plugin 'tvguide' Revision History
number of channel columns / rows with green / yellow
- Added setup option to switch functionality of keys "Blue" and "OK"
- Setup option to hide schedules time display in horizontal EPG grids
Version 0.0.6
- added frame around scaled video picture
- added theme "keep it simple" (thanks @saman)

View File

@ -0,0 +1,28 @@
Description = Keep it simple
clrDoBlending = 00000000
clrBackground = FF111111
clrBackgroundOSD = FF111111
clrGrid1 = BB555555
clrGrid2 = BB888888
clrHighlight = FF336699
clrFont = FFFFFFFF
clrFontActive = FFFFFFFF
clrFontButtons = FFFFFFFF
clrFontHeader = FFDCDCDC
clrHeader = FF2B3856
clrBorder = FF000000
clrStatusHeader = FF111111
clrStatusHeaderBlending = 00000000
clrTimeline1 = FF737CA1
clrTimeline1Blending = 00000000
clrTimeline2 = FF2B3856
clrTimeline2Blending = 00000000
clrButtonRed = 99BB0000
clrButtonRedBorder = FFBB0000
clrButtonGreen = 9900BB00
clrButtonGreenBorder = FF00BB00
clrButtonYellow = 99BBBB00
clrButtonYellowBorder = FFBBBB00
clrButtonBlue = 990000BB
clrButtonBlueBorder = FF0000BB
clrButtonBlend = DD000000