diff options
author | louis <louis.braun@gmx.de> | 2013-09-14 09:57:41 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-09-14 09:57:41 +0200 |
commit | 776bf77c86b46a2a41fd8401aae0d0950ce81a30 (patch) | |
tree | 5e1869c8df1f72153f9b40e233d3211c0db0fdf6 /themes | |
parent | 3591b4db506f405705451a439083ad63a87c249f (diff) | |
download | skin-nopacity-776bf77c86b46a2a41fd8401aae0d0950ce81a30.tar.gz skin-nopacity-776bf77c86b46a2a41fd8401aae0d0950ce81a30.tar.bz2 |
dedicated theme colors in display channel for current event, current event info, next evet and next event info (closes Feature 1466)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/nOpacity-darkblue.theme | 4 | ||||
-rw-r--r-- | themes/nOpacity-darkred.theme | 5 | ||||
-rw-r--r-- | themes/nOpacity-green.theme | 5 | ||||
-rw-r--r-- | themes/nOpacity-iceblue.theme | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/themes/nOpacity-darkblue.theme b/themes/nOpacity-darkblue.theme index 0dd1c9b..963dab7 100644 --- a/themes/nOpacity-darkblue.theme +++ b/themes/nOpacity-darkblue.theme @@ -5,7 +5,9 @@ clrChannelBackground = B0000000 clrChannelBackBlend = DD5078ab clrChannelHead = FFEEEEEE clrChannelEPG = FFFFFFFF -clrChannelEPGInfo = FF858585 +clrChannelEPGInfo = FFFFFFFF +clrChannelEPGNext = FF858585 +clrChannelEPGInfoNext = FF858585 clrProgressBar = DD4979b9 clrProgressBarBack = DD858585 clrProgressBarBlend = DD031B3C diff --git a/themes/nOpacity-darkred.theme b/themes/nOpacity-darkred.theme index 319350c..7d67607 100644 --- a/themes/nOpacity-darkred.theme +++ b/themes/nOpacity-darkred.theme @@ -1,10 +1,13 @@ Description = Dark Red +#DO BLENDING clrDoBlending = FFFFFFFF clrChannelBackground = CC000000 clrChannelBackBlend = CC333333 clrChannelHead = FFEEEEEE clrChannelEPG = FFCCCCCC -clrChannelEPGInfo = FF858585 +clrChannelEPGInfo = FFCCCCCC +clrChannelEPGNext = FF858585 +clrChannelEPGInfoNext = FF858585 clrProgressBar = DDBB0000 clrProgressBarBack = DD222222 clrProgressBarBlend = DD550000 diff --git a/themes/nOpacity-green.theme b/themes/nOpacity-green.theme index 0fd2294..2057b87 100644 --- a/themes/nOpacity-green.theme +++ b/themes/nOpacity-green.theme @@ -1,10 +1,13 @@ Description = Green +#DO BLENDING clrDoBlending = FFFFFFFF clrChannelBackground = B0000000 clrChannelBackBlend = DD006600 clrChannelHead = FFFFCC00 clrChannelEPG = FFFFFFFF -clrChannelEPGInfo = FF858585 +clrChannelEPGInfo = FFFFFFFF +clrChannelEPGNext = FF858585 +clrChannelEPGInfoNext = FF858585 clrProgressBar = DDFFCC00 clrProgressBarBack = DD858585 clrProgressBarBlend = DD006600 diff --git a/themes/nOpacity-iceblue.theme b/themes/nOpacity-iceblue.theme index a15f644..d2ab508 100644 --- a/themes/nOpacity-iceblue.theme +++ b/themes/nOpacity-iceblue.theme @@ -4,7 +4,9 @@ clrDoBlending = 00000000 clrChannelBackground = B0FFFFFF clrChannelHead = FF000000 clrChannelEPG = FF000000 -clrChannelEPGInfo = FF474750 +clrChannelEPGInfo = FF000000 +clrChannelEPGNext = FF474750 +clrChannelEPGInfoNext = FF474750 clrProgressBar = DD3F5468 clrProgressBarBack = FF000000 clrProgressBarBlend = DD5A8998 |