Kodi Community Forum
Post your color schemes, custom overlays and other customisations here. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Eminence (https://forum.kodi.tv/forumdisplay.php?fid=213)
+---- Thread: Post your color schemes, custom overlays and other customisations here. (/showthread.php?tid=204457)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: Post your color schemes, custom overlays and other customisations here. - JonSnow88 - 2015-04-05

(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.


RE: Post your color schemes, custom overlays and other customisations here. - JonSnow88 - 2015-04-05

Lemon
Code:
<?xml version="1.0" encoding="UTF-8"?>
<colors>
    <!-- Highlight Colors -->
    <color name="Highlight">ffF7D708</color>
    <color name="PosterHighlight">ffF7D708</color>
    <color name="Selected">FF1f1f1f</color>
    <color name="Selected2">FF1f1f1f</color>
    
    <!-- Keyboard -->
    <color name="Keyboard">ffF7D708</color>
</colors>

Lemon White/Light
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">ffF7D708</color>
    <color name="Highlight">ffF7D708</color>
       <!-- Keyboard -->
    <color name="Keyboard">ffF7D708</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">00848484</color>
</colors>

Lemon Dark
Code:
<?xml version="1.0" encoding="UTF-8"?>
<colors>

    
    <!-- Highlight Colors -->
    <color name="Highlight">ffF7D708</color>
    <color name="PosterHighlight">ffF7D708</color>
    <color name="Selected">FF1f1f1f</color>
    <color name="Selected2">FF1f1f1f</color>

    
    <!-- Keyboard -->
    <color name="Keyboard">ffF7D708</color>

    <!-- Main Colors -->
    <color name="Background">ff000000</color>
    <color name="PosterBorder">df252525</color>
    <color name="PosterBorder-NF">df252525</color>
    <color name="PanelBG">ff252525</color>
    <color name="PanelFG">ffededed</color>
    <color name="PanelFG-NF">9fededed</color>
    <color name="Disabled">3fededed</color>
    <color name="MainLabel2">FFededed</color>
    <color name="SubLabel2">BFededed</color>
    <color name="TopBarIcon">fFededed</color>
    <color name="TopBar">ff252525</color>
</colors>



RE: Post your color schemes, custom overlays and other customisations here. - avia - 2015-05-06

Image


RE: Post your color schemes, custom overlays and other customisations here. - andytseng - 2015-05-09

Hi there,
I'm really enjoying this skin and am tinkering with it to get it just how I want.
I've been able to get the light-burnt orange theme and removed the sublabel (movie,show,music counts) from the home page.

I was wondering if anyone could help me get rid of the Main Label that says Media Center.
I would just like it to be blank. I've tried just changing the text to a space bar, or deleting different lines from the includes_header.xml, but no matter what I've tried, Media Center always seems to come back.

Thanks to everyone here for making my favorite skin!


RE: Post your color schemes, custom overlays and other customisations here. - vab.patel - 2015-05-13

(2015-05-06, 05:20)avia Wrote: Image

That looks cool.
Any possibiility you could share this or how to change the skin to match yours.

Also I was wandering if we can use the colored png icons?
And how to reduced the transparency of the icon tiles.

Thanks,
V


RE: Post your color schemes, custom overlays and other customisations here. - avia - 2015-05-14

Image


RE: Post your color schemes, custom overlays and other customisations here. - manastacio - 2015-05-18

[quote]Hi can anyone help me, i want the box with the text of movie more dark, if i have a movie picture light i cant read the text.

I using the White - Burnt Orange that wrxtasy posted

Image


RE: Post your color schemes, custom overlays and other customisations here. - nme86 - 2015-06-03

(2015-05-14, 07:45)avia Wrote: Image

Can you please post the XML and the Icons?


RE: Post your color schemes, custom overlays and other customisations here. - passenger - 2015-06-05

Here's mine, a very simple modern electric blue with darker shades. I personally use it with Glass theme.

Image

Image

Blue dark
Code:
<?xml version="1.0" encoding="UTF-8"?>
<colors>

    
    <!-- Highlight Colors -->  
    <color name="PosterHighlight">dF487cf4</color>
    <color name="Highlight">FF5a8cff</color>
    
    <!-- Keyboard -->
    <color name="Keyboard">FFdF487cf4</color>
    <color name="Keyboard-BG">ff0b0b0b</color>
    <color name="Keyboard-Keys">9f1e1f27</color>
    
    <!-- Main Colors -->
    <color name="Background">ff0b0b0b</color>
    <color name="PosterBorder">df1e1f27</color>
    <color name="PosterBorder-NF">df1e1f27</color>
    <color name="PanelBG">ff1e1f27</color>
    <color name="PanelFG">ffededed</color>
    <color name="PanelFG-NF">9fededed</color>
    <color name="Disabled">3fededed</color>
    <color name="MainLabel2">BFededed</color>
    <color name="SubLabel2">FFededed</color>
    <color name="TopBarIcon">fFededed</color>
    <color name="TopBar">ff1e1f27</color>
    <color name="TopBarDark">ff1e1f27</color>

  <!-- Selected Text Colour -->
    <color name="Selected">ffededed</color>
    <color name="Selected2">ffededed</color>

    <!-- Home Bar -->
    <color name="HomeBarBG">ff111116</color>
    <color name="HomeBarSide">ff1e1f27</color>
    <color name="TileDefault">ff1e1f27</color>

   <!-- Top Bar in Library-->
    <color name="TopBar">ff1e1f27</color>
</colors>



RE: Post your color schemes, custom overlays and other customisations here. - JonSnow88 - 2015-06-06

(2015-06-03, 17:18)nme86 Wrote:
(2015-05-14, 07:45)avia Wrote: Image

Can you please post the XML and the Icons?


yes xml please

(2015-06-03, 17:18)nme86 Wrote:
(2015-05-14, 07:45)avia Wrote: Image

Can you please post the XML and the Icons?

(2015-06-05, 20:13)passenger Wrote: Here's mine, a very simple modern electric blue with darker shades. I personally use it with Glass theme.

Image

Image

Blue dark
Code:
<?xml version="1.0" encoding="UTF-8"?>
<colors>

    
    <!-- Highlight Colors -->  
    <color name="PosterHighlight">dF487cf4</color>
    <color name="Highlight">FF5a8cff</color>
    
    <!-- Keyboard -->
    <color name="Keyboard">FFdF487cf4</color>
    <color name="Keyboard-BG">ff0b0b0b</color>
    <color name="Keyboard-Keys">9f1e1f27</color>
    
    <!-- Main Colors -->
    <color name="Background">ff0b0b0b</color>
    <color name="PosterBorder">df1e1f27</color>
    <color name="PosterBorder-NF">df1e1f27</color>
    <color name="PanelBG">ff1e1f27</color>
    <color name="PanelFG">ffededed</color>
    <color name="PanelFG-NF">9fededed</color>
    <color name="Disabled">3fededed</color>
    <color name="MainLabel2">BFededed</color>
    <color name="SubLabel2">FFededed</color>
    <color name="TopBarIcon">fFededed</color>
    <color name="TopBar">ff1e1f27</color>
    <color name="TopBarDark">ff1e1f27</color>

  <!-- Selected Text Colour -->
    <color name="Selected">ffededed</color>
    <color name="Selected2">ffededed</color>

    <!-- Home Bar -->
    <color name="HomeBarBG">ff111116</color>
    <color name="HomeBarSide">ff1e1f27</color>
    <color name="TileDefault">ff1e1f27</color>

   <!-- Top Bar in Library-->
    <color name="TopBar">ff1e1f27</color>
</colors>

NOICE Smile


RE: Post your color schemes, custom overlays and other customisations here. - Makana - 2015-06-23

Hello,

How to delete the "Home" text to display only the Home icon.

Thanks.


RE: Post your color schemes, custom overlays and other customisations here. - josch - 2015-06-23

(2015-06-23, 01:53)Makana Wrote: [...] How to delete the "Home" text to display only the Home icon? [...]

Remove "Home" text from the header tile:

1. Navigate to skin.eminence/1080i

2. Open the file Includes_Header.xml and go to:
Code:
<value>$LOCALIZE[10000]</value>

3. Just remove the localize variable or set your own value:
Code:
<value></value>



RE: Post your color schemes, custom overlays and other customisations here. - Makana - 2015-06-23

I removed the localize variable but I still have the text Home.Huh


RE: Post your color schemes, custom overlays and other customisations here. - Makana - 2015-06-23

i just want to remove the text "Home" on the top left and keep the icon only.
When i removed the
Code:
<value>$LOCALIZE[10000]</value>

All the MainHeaderLabel is removed.

Thanks for help.


RE: Post your color schemes, custom overlays and other customisations here. - josch - 2015-06-23

Are you sure you didn't messed something up in the file when removing the specific line?

On my customized version of Eminence I don't use this header tile at all on the home screen, but I just tested it on a untouched version of Eminence and it's working as it should. Removing this specific value ensures that there is no string to display as long as the other conditions aren't true. So, the tile and the icon are still shown, also the string ("Home", "Movies", ...) - but there doesn't exist a value for "Home" anymore and so this specific case isn't shown.

There must be some other reason why it isn't working for you. How does your IconHeader variable look as a whole?