Kodi Community Forum
Mod Dark concrete transparent color theme - 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: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260)
+---- Thread: Mod Dark concrete transparent color theme (/showthread.php?tid=372204)



Dark concrete transparent color theme - izprtxqkft - 2023-02-24

I wanted something darker for myself so i modified the concrete theme then expanded it with some transparency from another mod here - https://forum.kodi.tv/showthread.php?tid=306691

Best viewed with background pattern set to none and theme set to flat.

Installation:
  • Create a new file
  • Name it darktrans.xml
  • Paste the contents below
  • Copy it to skin.estuary/colors in addons
  • Enable it by selecting it from Settings->Interface->Colors

xml:
<?xml version="1.0" encoding="UTF-8"?>
<colors>
    <color name="primary_background">90000000</color>
    <color name="secondary_background">30404040</color>
    <color name="dialog_tint">80262626</color>
    <color name="button_focus">FF5C5C5C</color>
    <color name="selected">FF11E7B1</color>
    <color name="background">FF000000</color>
    <color name="bg_image">FF909090</color>
    <color name="bg_overlay">73FFFFFF</color>
    <color name="black">FF000000</color>
    <color name="white">FFF0F0F0</color>
    <color name="grey">FFA0A0A0</color>
    <color name="blue">FF7ACAFE</color>
    <color name="red">FFCE4421</color>
    <color name="text_shadow">26000000</color>
    <color name="border_alpha">66FFFFFF</color>
    <color name="disabled">40FFFFFF</color>
    <color name="invalid">FFFF0000</color>
</colors>

Since I used the transparency values from someone elses mod I thought it only fair to reshare my modifications.