aboutsummaryrefslogtreecommitdiff
path: root/data/skin.xml
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-08-09 00:24:38 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-08-09 00:24:38 +0000
commitab2ae6bd08a0ef13fc7462d51fc3a9ab15509b17 (patch)
treeb94d5d3a239ea2da3c22d021126eb9ee21e3ddd7 /data/skin.xml
parent3ca2b78837beec96423c733abafaf6ef2a720066 (diff)
downloadenigma2-ab2ae6bd08a0ef13fc7462d51fc3a9ab15509b17.tar.gz
enigma2-ab2ae6bd08a0ef13fc7462d51fc3a9ab15509b17.zip
add possibility to have multiple windowstyles. LCD can have different colors now.
Diffstat (limited to 'data/skin.xml')
-rw-r--r--data/skin.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/data/skin.xml b/data/skin.xml
index 6f727af5..c096a5fe 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -13,7 +13,8 @@
<color name="transpBlack" value="#80000000" />
</colors>
- <windowstyle type="skinned">
+ <!-- this is for the main screen -->
+ <windowstyle type="skinned" id="0">
<title offset="20,5" font="Regular;20" />
<color name="Background" color="#33294a6b" />
<color name="LabelForeground" color="#ffffff" />
@@ -39,6 +40,22 @@
</borderset>
</windowstyle>
+ <!-- this is for LCD -->
+ <windowstyle type="skinned" id="1">
+ <color name="Background" color="#000000" />
+ <color name="LabelForeground" color="#ffffff" />
+ <color name="ListboxBackground" color="#000000" />
+ <color name="ListboxForeground" color="#ffffff" />
+ <color name="ListboxSelectedBackground" color="#000000" />
+ <color name="ListboxSelectedForeground" color="#ffffff" />
+ <color name="ListboxMarkedBackground" color="#000000" />
+ <color name="ListboxMarkedForeground" color="#ffffff" />
+ <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
+ <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
+ <color name="WindowTitleForeground" color="#ffffff" />
+ <color name="WindowTitleBackground" color="#000000" />
+ </windowstyle>
+
<fonts>
<font filename="md_khmurabi_10.ttf" name="Regular" scale="100" />
<font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />