PDA

View Full Version : [VU+ Duo] Channel input colour



Hannaman
22-03-13, 00:42
Hey guys I'm coloured blind and was just trying to find out if I can change the colour of the font when I input a channel number. as its grey onscreen I sometimes don't notice anything ther when I input a channel sorry if it sounds stupid lol.

judge
22-03-13, 00:57
doesn't sound stupid at all...
but does require some tech knowledge if you want to change things yourself.
Thanks to recent skin changes, issues like this can easily be fixed by creating a new skin with only the changes you want & all other screens default back to original skin.

Hannaman
22-03-13, 01:01
Ok what do I need to do this?

judge
22-03-13, 01:20
Ok what do I need to do this?

It's a pretty new feature so still needs lost of testing...
If you create a new skin with only the screens you want changed, it should use them & default back to default screens for any screens you don't want changed.


/usr/share/enigma2/ Skin Name / add the skin sreen there.

Hannaman
22-03-13, 09:46
Ok that's great thanks mate!!

Hannaman
22-03-13, 10:42
hey mate do you know the name of the font im trying to change the colour of?

andyblac
22-03-13, 13:51
here mate unzip this file and ftp the xml into your /etc/enigma2 folder, then restart GUI. it should then be pale RED if you open the file and look 'foregroundColor=' you can change the colour for that screen font there.

the default colours you can use are below, but you also you a custom color by just using '#rrggbb' rr=red value, gg = green value, bb = blue value, so for full bright red you could use.

foregroundColor="#FF0000"


hope this helps.

Andy.



DEFAULT colours



<colors>
<color name="foreground" value="#001c1c1c" />
<color name="background" value="#31000000" />
<color name="fullscreen-topbar-frgrnd" value="#00b3b3b3" />
<color name="fullscreen-topbar-bkgrnd" value="#00151515" />
<color name="fullscreen-buttons-bkgrnd" value="#00151515" />
<color name="infobar-frgrnd" value="#00b3b3b3" />
<color name="infobar-frgrnd-on" value="#004c7d3f" />
<color name="infobar-bkgrnd" value="#12151515" />
<color name="infobar_sunken" value="#12191919" />
<color name="infobar_sunken_frgnd_dark" value="#00666666" />
<color name="infobar_collab_back" value="#12131313" />
<color name="infobar_service_frgrnd" value="#00385896" />
<color name="infobar_tuner_rec" value="#00a66666" />
<color name="secondBG" value="#18101214" />
<color name="secondFG" value="#00879ce1" />
<color name="menu-title-frgrnd" value="#00b3b3b3" />
<color name="menu-title-bkgrnd" value="#12151515" />
<color name="menu-time-bkgrnd" value="#12151515" />
<color name="menu-buttons-frgrnd" value="#00b3b3b3" />
<color name="menu-buttons-bkgrnd1" value="#12151515" />
<color name="menu-buttons-bkgrnd2" value="#12151515" />
<color name="pig-channel-name" value="#a0000000" />
<color name="window-frgrnd" value="#00b3b3b3" />
<color name="window-bg" value="#31000000" />
<color name="window-fg" value="#00b3b3b3" />
<color name="window-sel-bg" value="#00acacac" />
<color name="window-sel-fg" value="#00000000" />
<color name="event-frgrnd" value="#00b1762b" />
<color name="event-bkgrnd" value="#00000000" />
<color name="orange" value="#00ffb300" />
<color name="transparent" value="#ffffffff" />
<color name="transpBlack" value="#80000000" />
<color name="transpWhite" value="#80ffffff" />
<color name="black" value="#00000000" />
<color name="red" value="#27d7361d" />
<color name="blue" value="#000064c7" />
<color name="dark" value="#25062748" />
<color name="darkgrey" value="#279e9fa4" />
<color name="verydarkgrey" value="#274e4e4e" />
<color name="green" value="#27307e13" />
<color name="grey" value="#00bbbbbb" />
<color name="white" value="#00ffffff" />
<color name="yellow" value="#00bab329" />
</colors>

Hannaman
22-03-13, 14:55
hey mate thanks for this! It looked really complicated there for a while but i got it now i really appreciate you're help cheers buddy!!