diff options
author | louis <louis.braun@gmx.de> | 2014-01-15 18:25:37 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-01-15 18:25:37 +0100 |
commit | 02b1fba7426d98d106a62d21615f55ae12661beb (patch) | |
tree | 4fa3b42ba3b3e6f42a23cf75c935eab1bc7f2881 /themes | |
parent | 88bb260f4d234a13fd0c99b9e03436bda6d10f0a (diff) | |
download | vdr-plugin-tvguide-02b1fba7426d98d106a62d21615f55ae12661beb.tar.gz vdr-plugin-tvguide-02b1fba7426d98d106a62d21615f55ae12661beb.tar.bz2 |
Display baseline for current time
Diffstat (limited to 'themes')
-rw-r--r-- | themes/tvguide-blue.theme | 1 | ||||
-rw-r--r-- | themes/tvguide-darkblue.theme | 1 | ||||
-rw-r--r-- | themes/tvguide-darkred.theme | 1 | ||||
-rw-r--r-- | themes/tvguide-darkredNG.theme | 1 | ||||
-rw-r--r-- | themes/tvguide-default.theme | 1 | ||||
-rw-r--r-- | themes/tvguide-green.theme | 1 | ||||
-rw-r--r-- | themes/tvguide-iceblue.theme | 1 | ||||
-rw-r--r-- | themes/tvguide-keepitsimple.theme | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/themes/tvguide-blue.theme b/themes/tvguide-blue.theme index 5fa4b9c..25f8bf2 100644 --- a/themes/tvguide-blue.theme +++ b/themes/tvguide-blue.theme @@ -21,6 +21,7 @@ clrTimeline1 = BBFFFFFF clrTimeline1Blending = 90828282 clrTimeline2 = BB000000 clrTimeline2Blending = 903F3F3F +clrTimeBase = A0FF0000 clrButtonRed = 99BB0000 clrButtonRedBorder = FFBB0000 clrButtonGreen = 9900BB00 diff --git a/themes/tvguide-darkblue.theme b/themes/tvguide-darkblue.theme index 8340587..7fd6feb 100644 --- a/themes/tvguide-darkblue.theme +++ b/themes/tvguide-darkblue.theme @@ -21,6 +21,7 @@ clrTimeline1 = FFFFFFFF clrTimeline1Blending = FF828282 clrTimeline2 = FF000000 clrTimeline2Blending = FF3F3F3F +clrTimeBase = A0FF0000 clrButtonRed = 99BB0000 clrButtonRedBorder = FFBB0000 clrButtonGreen = 9900BB00 diff --git a/themes/tvguide-darkred.theme b/themes/tvguide-darkred.theme index 9e9a3b4..a1af3ac 100644 --- a/themes/tvguide-darkred.theme +++ b/themes/tvguide-darkred.theme @@ -21,6 +21,7 @@ clrTimeline1 = BBFFFFFF clrTimeline1Blending = 90828282 clrTimeline2 = BB000000 clrTimeline2Blending = 903F3F3F +clrTimeBase = A0FF0000 clrButtonRed = 99BB0000 clrButtonRedBorder = FFBB0000 clrButtonGreen = 9900BB00 diff --git a/themes/tvguide-darkredNG.theme b/themes/tvguide-darkredNG.theme index 097710d..c59363a 100644 --- a/themes/tvguide-darkredNG.theme +++ b/themes/tvguide-darkredNG.theme @@ -21,6 +21,7 @@ clrTimeline1 = FFFFFFFF clrTimeline1Blending = 90828282 clrTimeline2 = FF000000 clrTimeline2Blending = 903F3F3F +clrTimeBase = A0FF0000 clrButtonRed = 99BB0000 clrButtonRedBorder = FFBB0000 clrButtonGreen = 9900BB00 diff --git a/themes/tvguide-default.theme b/themes/tvguide-default.theme index 3310cc3..05f8683 100644 --- a/themes/tvguide-default.theme +++ b/themes/tvguide-default.theme @@ -21,6 +21,7 @@ clrTimeline1 = FFFFFFFF clrTimeline1Blending = FF828282 clrTimeline2 = FF000000 clrTimeline2Blending = FF3F3F3F +clrTimeBase = A0FF0000 clrButtonRed = 00000000 clrButtonRedBorder = 00000000 clrButtonGreen = 00000000 diff --git a/themes/tvguide-green.theme b/themes/tvguide-green.theme index e113882..e86f512 100644 --- a/themes/tvguide-green.theme +++ b/themes/tvguide-green.theme @@ -21,6 +21,7 @@ clrTimeline1 = BBFFFFFF clrTimeline1Blending = 90828282 clrTimeline2 = BB000000 clrTimeline2Blending = 903F3F3F +clrTimeBase = A0FF0000 clrButtonRed = 99BB0000 clrButtonRedBorder = FFBB0000 clrButtonGreen = 9900BB00 diff --git a/themes/tvguide-iceblue.theme b/themes/tvguide-iceblue.theme index 2b36c26..766f77d 100644 --- a/themes/tvguide-iceblue.theme +++ b/themes/tvguide-iceblue.theme @@ -17,6 +17,7 @@ clrTimeline1 = FFDDDDDD clrTimeline1Blending = 00000000 clrTimeline2 = FF000000 clrTimeline2Blending = 00000000 +clrTimeBase = A0FF0000 clrButtonRed = FFBB0000 clrButtonRedBorder = FF000000 clrButtonGreen = FF00BB00 diff --git a/themes/tvguide-keepitsimple.theme b/themes/tvguide-keepitsimple.theme index 7dec01f..e329523 100644 --- a/themes/tvguide-keepitsimple.theme +++ b/themes/tvguide-keepitsimple.theme @@ -17,6 +17,7 @@ clrTimeline1 = FF737CA1 clrTimeline1Blending = 00000000 clrTimeline2 = FF2B3856 clrTimeline2Blending = 00000000 +clrTimeBase = A0FF0000 clrButtonRed = 99BB0000 clrButtonRedBorder = FFBB0000 clrButtonGreen = 9900BB00 |