diff options
| author | louis <louis.braun@gmx.de> | 2016-05-30 18:12:50 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2016-05-30 18:12:50 +0200 |
| commit | 754e462bc54780ae79d3af83499ca6ec2963853c (patch) | |
| tree | 6ad0d419d8471e00b44552a3ebba54887abff15d | |
| parent | 81fbdacf68f5713823c3ad1268a084bdbdfe507d (diff) | |
| download | vdr-plugin-skindesigner-754e462bc54780ae79d3af83499ca6ec2963853c.tar.gz vdr-plugin-skindesigner-754e462bc54780ae79d3af83499ca6ec2963853c.tar.bz2 | |
added channel background color for different estuary4vdr themes
| -rw-r--r-- | skins/estuary4vdr/themes/applegreen/theme.xml | 1 | ||||
| -rw-r--r-- | skins/estuary4vdr/themes/bright/theme.xml | 1 | ||||
| -rw-r--r-- | skins/estuary4vdr/themes/darkred/theme.xml | 1 | ||||
| -rw-r--r-- | skins/estuary4vdr/themes/orange/theme.xml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/skins/estuary4vdr/themes/applegreen/theme.xml b/skins/estuary4vdr/themes/applegreen/theme.xml index 85a4926..0ec19ad 100644 --- a/skins/estuary4vdr/themes/applegreen/theme.xml +++ b/skins/estuary4vdr/themes/applegreen/theme.xml @@ -11,6 +11,7 @@ <color name="menubackactive">FF99D235</color> <color name="menubackactivedark">FF659710</color> <color name="menumainheader">FF000000</color> + <color name="channelback">B0000000</color> <color name="messageback">D0000000</color> <color name="replayback">B0000000</color> <color name="fontdefault">FFFFFFFF</color> diff --git a/skins/estuary4vdr/themes/bright/theme.xml b/skins/estuary4vdr/themes/bright/theme.xml index ed62875..d3f14e4 100644 --- a/skins/estuary4vdr/themes/bright/theme.xml +++ b/skins/estuary4vdr/themes/bright/theme.xml @@ -11,6 +11,7 @@ <color name="menubackactive">FFEEEEEE</color> <color name="menubackactivedark">FFCCCCCC</color> <color name="menumainheader">FFEEEEEE</color> + <color name="channelback">66777777</color> <color name="messageback">D0000000</color> <color name="replayback">B0000000</color> <color name="fontdefault">FF000000</color> diff --git a/skins/estuary4vdr/themes/darkred/theme.xml b/skins/estuary4vdr/themes/darkred/theme.xml index c83f99a..286f105 100644 --- a/skins/estuary4vdr/themes/darkred/theme.xml +++ b/skins/estuary4vdr/themes/darkred/theme.xml @@ -11,6 +11,7 @@ <color name="menubackactive">FF550000</color> <color name="menubackactivedark">FF330000</color> <color name="menumainheader">FF000000</color> + <color name="channelback">B0000000</color> <color name="messageback">D0000000</color> <color name="replayback">B0000000</color> <color name="fontdefault">FFCCCCCC</color> diff --git a/skins/estuary4vdr/themes/orange/theme.xml b/skins/estuary4vdr/themes/orange/theme.xml index 86df9c5..6342099 100644 --- a/skins/estuary4vdr/themes/orange/theme.xml +++ b/skins/estuary4vdr/themes/orange/theme.xml @@ -11,6 +11,7 @@ <color name="menubackactive">FFAF3B00</color> <color name="menubackactivedark">FF642E04</color> <color name="menumainheader">FF000000</color> + <color name="channelback">B0000000</color> <color name="messageback">D0000000</color> <color name="replayback">B0000000</color> <color name="fontdefault">FFFFFFFF</color> |
