2015-04-05, 07:33
(2014-11-09, 18:13)Jorgen57 Wrote: Let me present the Light color scheme!
This is based on my previous posted "White" color scheme.
My aim has always been to present dark texts on light backgrounds as much as possible for readability.
The influence has been Jurialmunkey's skin Arctic.
The difference between the Light color scheme and the White color scheme is that it is little bit lighter (softer) and that it is also applied on the Home menu.
To do this i have worked on transparency and colors to give a more uniform color scheme.
To fully use the color scheme should "use theme colours for focused tiles" be set on.
Here is the code for a Light Burnt Orange.xml file:
Code:<?xml version="1.0" encoding="UTF-8"?>
<colors>
<!-- Home Header And Panels -->
<color name="MainLabel">FFcfcfcf</color>
<color name="SubLabel">BFcfcfcf</color>
<color name="MainLabel2">FF5f5f5f</color>
<color name="SubLabel2">BF5f5f5f</color>
<color name="OSD-NF">6Fcfcfcf</color>
<color name="TopBar">4Fcfcfcf</color>
<color name="TopBarDark">BFcfcfcf</color>
<color name="TopBarDarkIcon">FF5f5f5f</color>
<color name="TopBarIcon">FF5f5f5f</color>
<!-- Highlight Colors -->
<color name="PosterHighlight">AFd76c38</color>
<color name="Highlight">FFd76c38</color>
<!-- Keyboard -->
<color name="Keyboard">FFd76c38</color>
<color name="Keyboard-BG">FFcfcfcf</color>
<color name="Keyboard-Keys">9Fffffff</color>
<!-- Main Colors -->
<color name="Background">CCfffafa</color>
<color name="Selected">FF1f1f1f</color>
<color name="Selected2">FF1f1f1f</color>
<color name="PosterBorder">4F9f9f9f</color>
<color name="PosterBorder-NF">4F9f9f9f</color>
<color name="PanelBG">FFcfcfcf</color>
<color name="PanelBG2">FFefefef</color>
<color name="RadioFO">FF1f1f1f</color>
<color name="PanelFG">FF1f1f1f</color>
<color name="PanelFG-NF">9F1f1f1f</color>
<color name="Disabled">3F1f1f1f</color>
<!-- Home Bar -->
<color name="HomeBarBG">CFcfcfcf</color>
<color name="HomeBarFG">FF2f2f2f</color>
<color name="HomeBarSide">FF848484</color>
<color name="TileDefault">FF848484</color>
</colors>
As normal you can change the RGB color to your favorite color on the following lines:
Code:<color name="PosterHighlight">AFd76c38</color>
<color name="Highlight">FFd76c38</color>
<color name="Keyboard">FFd76c38</color>
I hope that this will also be popular in the community, like the white color scheme (I have already seen that some have made modifications based on the white color scheme).
Regards
Jorgen57
This is great, used this and applied to all colours.