change ConfigDummy to ConfigNothing
[enigma2.git] / data / skin.xml
index af37dbdf3472ddefb0399801b2c1766a9e3d5f28..c096a5fe0efff0e36b218cfeb621a7a53fc252a8 100644 (file)
@@ -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" />
                </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" />
                        <widget source="CurrentService" render="Label" position="475,60" size="75,20" halign="left" backgroundColor="dark" font="Regular;18">
                                <convert type="ServicePosition">Remaining</convert>
                        </widget>
-                       <widget source="CurrentService" render="PositionGauge" position="247,60" size="225,20" zPosition="2" pointer="position_pointer.png:3,5" >
+                       <widget source="CurrentService" render="PositionGauge" position="247,60" size="225,20" zPosition="2" pointer="position_pointer.png:3,5" foregroundColor="#225b7395">
                                <convert type="ServicePosition">Gauge</convert>
                        </widget>
                </screen>