testing
This commit is contained in:
parent
283e67a7c2
commit
fcf05909d1
|
@ -46,7 +46,6 @@
|
||||||
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
|
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
|
||||||
</control>
|
</control>
|
||||||
<control type="progress">
|
<control type="progress">
|
||||||
<visible>false</visible>
|
|
||||||
<description>Progress Bar</description>
|
<description>Progress Bar</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>80</posy>
|
<posy>80</posy>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol always="true">-</defaultcontrol>
|
<defaultcontrol always="true">-</defaultcontrol>
|
||||||
|
|
||||||
<controls>
|
<controls>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-19-begin</posx>
|
<posx>col-19-begin</posx>
|
||||||
|
@ -46,24 +45,6 @@
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<label>$INFO[player.volume]</label>
|
<label>$INFO[player.volume]</label>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<!--Mute icon-->
|
|
||||||
<control type="label">
|
|
||||||
<posx>24</posx>
|
|
||||||
<posy>1-row</posy>
|
|
||||||
<width>1-col</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<aligny>center</aligny>
|
|
||||||
<font>symbolLarge</font>
|
|
||||||
<textcolor>black</textcolor>
|
|
||||||
<label></label>
|
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
<!--animations-->
|
|
||||||
<animation type="Windowopen">
|
|
||||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
|
||||||
</animation>
|
|
||||||
</control>
|
|
||||||
|
|
||||||
</control>
|
</control>
|
||||||
<!--debugging-->
|
<!--debugging-->
|
||||||
<include>DebugGrid</include>
|
<include>DebugGrid</include>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window id="0">
|
<window id="0">
|
||||||
<defaultcontrol always="true">9999</defaultcontrol>
|
<defaultcontrol always="true">9999</defaultcontrol>
|
||||||
<onload condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
|
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
|
||||||
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
||||||
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
|
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
|
||||||
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
|
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
|
||||||
|
|
|
@ -47,12 +47,6 @@
|
||||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
|
||||||
<include>dimensionsFullscreen</include>
|
|
||||||
<texture>bg_texture.jpg</texture>
|
|
||||||
<colordiffuse>background</colordiffuse>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
</control>
|
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<include>dimensionsFullscreen</include>
|
<include>dimensionsFullscreen</include>
|
||||||
<texture>colors/white.png</texture>
|
<texture>colors/white.png</texture>
|
||||||
|
|
|
@ -33,10 +33,10 @@
|
||||||
<itemgap>0</itemgap>
|
<itemgap>0</itemgap>
|
||||||
<onleft>control.setfocus(9999)</onleft>
|
<onleft>control.setfocus(9999)</onleft>
|
||||||
<onright>control.setfocus(9999)</onright>
|
<onright>control.setfocus(9999)</onright>
|
||||||
<include condition="Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
|
<include condition="[String.IsEqual(skin.string(recentitems),video) + Window.isactive(1106)] | Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
|
||||||
<include condition="Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
|
<include condition="[String.IsEqual(skin.string(recentitems),music) + Window.isactive(1106)] | Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
|
||||||
<include condition="window.isactive(pictures)">picturesSideMenu</include>
|
<include condition="window.isactive(pictures)">picturesSideMenu</include>
|
||||||
<include condition="window.isactive(home)">homeSideMenu</include>
|
<include condition="window.isactive(home)">homeSideMenu</include>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
|
|
@ -8,8 +8,7 @@
|
||||||
<focusedcolor>textActive</focusedcolor>
|
<focusedcolor>textActive</focusedcolor>
|
||||||
<width>6-col</width>
|
<width>6-col</width>
|
||||||
<label>31041</label>
|
<label>31041</label>
|
||||||
<onclick condition="!System.HasAddon(script.skinshortcuts)">InstallAddon(script.skinshortcuts)</onclick>
|
<onclick>RunScript(script.skinshortcuts,type=manage&group=mainmenu)</onclick>
|
||||||
<onclick condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=manage&group=mainmenu)</onclick>
|
|
||||||
</control>
|
</control>
|
||||||
</include>
|
</include>
|
||||||
<!--video submenu items-->
|
<!--video submenu items-->
|
||||||
|
@ -46,8 +45,7 @@
|
||||||
<focusedcolor>textActive</focusedcolor>
|
<focusedcolor>textActive</focusedcolor>
|
||||||
<width>6-col</width>
|
<width>6-col</width>
|
||||||
<label>31041</label>
|
<label>31041</label>
|
||||||
<onclick condition="!System.HasAddon(script.skinshortcuts)">InstallAddon(script.skinshortcuts)</onclick>
|
<onclick>RunScript(script.skinshortcuts,type=manage&group=videosubmenu)</onclick>
|
||||||
<onclick condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=manage&group=videos)</onclick>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="button" id="508">
|
<control type="button" id="508">
|
||||||
<visible>PVR.HasTVChannels</visible>
|
<visible>PVR.HasTVChannels</visible>
|
||||||
|
@ -134,8 +132,7 @@
|
||||||
<focusedcolor>textActive</focusedcolor>
|
<focusedcolor>textActive</focusedcolor>
|
||||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||||
<label>31041</label>
|
<label>31041</label>
|
||||||
<onclick condition="!System.HasAddon(script.skinshortcuts)">InstallAddon(script.skinshortcuts)</onclick>
|
<onclick>RunScript(script.skinshortcuts,type=manage&group=musicsubmenu)</onclick>
|
||||||
<onclick condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=manage&group=music)</onclick>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="button" id="504">
|
<control type="button" id="504">
|
||||||
<width>6-col</width>
|
<width>6-col</width>
|
||||||
|
@ -170,8 +167,7 @@
|
||||||
<focusedcolor>textActive</focusedcolor>
|
<focusedcolor>textActive</focusedcolor>
|
||||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||||
<label>31041</label>
|
<label>31041</label>
|
||||||
<onclick condition="!System.HasAddon(script.skinshortcuts)">InstallAddon(script.skinshortcuts)</onclick>
|
<onclick>RunScript(script.skinshortcuts,type=manage&group=picturessubmenu)</onclick>
|
||||||
<onclick condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=manage&group=pictures)</onclick>
|
|
||||||
</control>
|
</control>
|
||||||
</include>
|
</include>
|
||||||
</includes>
|
</includes>
|
|
@ -38,9 +38,6 @@
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
|
|
||||||
<effect type="fade" start="0" end="100" time="300"/>
|
|
||||||
</animation>
|
|
||||||
<!--source title-->
|
<!--source title-->
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>col-1-begin</posx>
|
<posx>col-1-begin</posx>
|
||||||
|
|
|
@ -29,6 +29,14 @@
|
||||||
<colordiffuse>highlight</colordiffuse>
|
<colordiffuse>highlight</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>71</posy>
|
||||||
|
<width>18-col</width>
|
||||||
|
<height>1</height>
|
||||||
|
<texture>colors/black.png</texture>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>2-row</posy>
|
<posy>2-row</posy>
|
||||||
|
@ -122,9 +130,11 @@
|
||||||
<texturenofocus>-</texturenofocus>
|
<texturenofocus>-</texturenofocus>
|
||||||
</control>
|
</control>
|
||||||
<!--subcat menu buttons-->
|
<!--subcat menu buttons-->
|
||||||
<control type="button" id="10">
|
<control type="togglebutton" id="10">
|
||||||
<description>Default Category Button</description>
|
<description>Default Category Button</description>
|
||||||
|
<width>4-col</width>
|
||||||
<font>buttonTitle</font>
|
<font>buttonTitle</font>
|
||||||
|
<texturefocus>colors/white.png</texturefocus>
|
||||||
<texturenofocus>-</texturenofocus>
|
<texturenofocus>-</texturenofocus>
|
||||||
</control>
|
</control>
|
||||||
<control type="button" id="20">
|
<control type="button" id="20">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol always="true">8000</defaultcontrol>
|
<defaultcontrol always="true">8000</defaultcontrol>
|
||||||
<onunload condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9000)</onunload>
|
<onunload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onunload>
|
||||||
<controls>
|
<controls>
|
||||||
<!--background-->
|
<!--background-->
|
||||||
<include>globalBackground</include>
|
<include>globalBackground</include>
|
||||||
|
@ -19,6 +19,14 @@
|
||||||
<colordiffuse>highlight</colordiffuse>
|
<colordiffuse>highlight</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>71</posy>
|
||||||
|
<width>18-col</width>
|
||||||
|
<height>1</height>
|
||||||
|
<texture>colors/black.png</texture>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
</control>
|
||||||
<!--title-->
|
<!--title-->
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>24</posx>
|
<posx>24</posx>
|
||||||
|
@ -65,17 +73,6 @@
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout height="2-row" width="4-col">
|
<focusedlayout height="2-row" width="4-col">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<visible>!control.hasfocus(8000)</visible>
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy></posy>
|
|
||||||
<width>4-col</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
<texture>colors/white.png</texture>
|
|
||||||
<colordiffuse>77FFFFFF</colordiffuse>
|
|
||||||
</control>
|
|
||||||
<control type="image">
|
|
||||||
<visible>control.hasfocus(8000)</visible>
|
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>4-col</width>
|
<width>4-col</width>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window id="1106">
|
<window id="1106">
|
||||||
<defaultcontrol always="true">9000</defaultcontrol>
|
<defaultcontrol always="true">9000</defaultcontrol>
|
||||||
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
||||||
<controls>
|
<controls>
|
||||||
<control type="group" id="9999">
|
<control type="group" id="9999">
|
||||||
<include>fadeInOut</include>
|
<include>fadeInOut</include>
|
||||||
|
@ -57,9 +57,9 @@
|
||||||
<effect type="fade" start="100" end="0" time="200"/>
|
<effect type="fade" start="100" end="0" time="200"/>
|
||||||
</animation>
|
</animation>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>-48</posy>
|
<posy>-72</posy>
|
||||||
<width>fullscreenWidth</width>
|
<width>fullscreenWidth</width>
|
||||||
<height>48</height>
|
<height>2-row</height>
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture border="0">colors/white.png</texture>
|
<texture border="0">colors/white.png</texture>
|
||||||
<colordiffuse>highlight</colordiffuse>
|
<colordiffuse>highlight</colordiffuse>
|
||||||
|
@ -518,24 +518,33 @@
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>61</posx>
|
||||||
|
<posy>630</posy>
|
||||||
|
<width>1</width>
|
||||||
|
<height>72</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture>colors/black.png</texture>
|
||||||
|
<colordiffuse>33FFFFFF</colordiffuse>
|
||||||
|
</control>
|
||||||
<control type="list" id="9123">
|
<control type="list" id="9123">
|
||||||
<animation type="conditional" condition="control.hasfocus(9001)">
|
<animation type="conditional" condition="control.hasfocus(9001)">
|
||||||
<effect type="fade" start="100" end="0" time="200"/>
|
<effect type="fade" start="100" end="0" time="200"/>
|
||||||
</animation>
|
</animation>
|
||||||
<posx>63</posx>
|
<posx>61</posx>
|
||||||
<posy>654</posy>
|
<posy>630</posy>
|
||||||
<width>24-col</width>
|
<width>24-col</width>
|
||||||
<height>48</height>
|
<height>72</height>
|
||||||
<onleft>9000</onleft>
|
<onleft>9000</onleft>
|
||||||
<ondown>9998</ondown>
|
<ondown>9998</ondown>
|
||||||
<onback>9000</onback>
|
<onback>9000</onback>
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
<itemlayout width="204" height="48">
|
<itemlayout width="204" height="72">
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>204</width>
|
<width>204</width>
|
||||||
<height>48</height>
|
<height>72</height>
|
||||||
<font>smallStrong</font>
|
<font>smallStrong</font>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
|
@ -543,13 +552,22 @@
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.property(textTitle)]</label>
|
<label>$INFO[ListItem.property(textTitle)]</label>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>204</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>1</width>
|
||||||
|
<height>72</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture>colors/black.png</texture>
|
||||||
|
<colordiffuse>33FFFFFF</colordiffuse>
|
||||||
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="204" height="48">
|
<focusedlayout width="204" height="72">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>204</width>
|
<width>204</width>
|
||||||
<height>48</height>
|
<height>72</height>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<texture>colors/white.png</texture>
|
<texture>colors/white.png</texture>
|
||||||
</control>
|
</control>
|
||||||
|
@ -557,7 +575,7 @@
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>204</width>
|
<width>204</width>
|
||||||
<height>48</height>
|
<height>72</height>
|
||||||
<font>smallStrong</font>
|
<font>smallStrong</font>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<addon id="skin.pellucid" version="1.0.0" name="Pellucid" provider-name="theDeadman">
|
<addon id="skin.pellucid" version="1.0.2" name="Pellucid" provider-name="theDeadman">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.gui" version="5.12.0"/>
|
<import addon="xbmc.gui" version="5.12.0"/>
|
||||||
|
<import addon="script.skinshortcuts" version="1.0.13"/>
|
||||||
<import addon="resource.images.weathericons.outline" version="0.0.5"/>
|
<import addon="resource.images.weathericons.outline" version="0.0.5"/>
|
||||||
<import addon="resource.images.weatherfanart.single" version="0.0.6"/>
|
<import addon="resource.images.weatherfanart.single" version="0.0.6"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
<platform>all</platform>
|
<platform>all</platform>
|
||||||
<license>Creative Commons Attribution-Noncommercial-Share Alike 3.0</license>
|
<license>Creative Commons Attribution-Noncommercial-Share Alike 3.0</license>
|
||||||
<forum></forum>
|
<forum></forum>
|
||||||
<source>https://github.com/chrisbevan/skin.pellucid</source>
|
<source>https://github.com/chrisbevan/skin.pellucid/tree/Krypton</source>
|
||||||
<assets>
|
<assets>
|
||||||
<icon>resources/icon.png</icon>
|
<icon>resources/icon.png</icon>
|
||||||
<fanart>resources/fanart.jpg</fanart>
|
<fanart>resources/fanart.jpg</fanart>
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
**Changelog**
|
**Changelog**
|
||||||
|
|
||||||
V1.0.0
|
[V1.0.2]
|
||||||
|
- Bug fixes
|
||||||
|
- Extra colour themes added
|
||||||
|
|
||||||
|
|
||||||
|
[V1.0.0]
|
||||||
- Initial release
|
- Initial release
|
||||||
- [UPDATED] MyMusicPlaylistEditor.xml
|
- [UPDATED] MyMusicPlaylistEditor.xml
|
||||||
- [REMOVED] Unused images
|
- [REMOVED] Unused images
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff9b59b6</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff7f8c8d</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff2980b9</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ffe67e22</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff95a5a6</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<colors>
|
<colors>
|
||||||
<color name="black">ff111111</color>
|
<color name="black">ff111111</color>
|
||||||
<color name="background">66222222</color>
|
<color name="background">ff151515</color>
|
||||||
<color name="highlight">ffe8175d</color>
|
<color name="highlight">ffd0242e</color>
|
||||||
<color name="overlay">44ffffff</color>
|
<color name="overlay">44ffffff</color>
|
||||||
<color name="textActive">fff0f0f0</color>
|
<color name="textActive">fff0f0f0</color>
|
||||||
<color name="textDisabled">ff757575</color>
|
<color name="textDisabled">ff757575</color>
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff2ecc71</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff16a085</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff2c3e50</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff27ae60</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">fff39c12</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff3498db</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ffc0392b</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ffd35400</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">fff1c40f</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff1abc9c</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff34495e</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<colors>
|
||||||
|
<color name="black">ff111111</color>
|
||||||
|
<color name="background">ff151515</color>
|
||||||
|
<color name="highlight">ff8e44ad</color>
|
||||||
|
<color name="overlay">44ffffff</color>
|
||||||
|
<color name="textActive">fff0f0f0</color>
|
||||||
|
<color name="textDisabled">ff757575</color>
|
||||||
|
<color name="menuDisabled">aaf0f0f0</color>
|
||||||
|
<color name="menuUnselected">ff919191</color>
|
||||||
|
<color name="textboxInactive">99FFFFFF</color>
|
||||||
|
<color name="keyboardInactive">aa212121</color>
|
||||||
|
<color name="keyboardAccent">ffBDBDBD</color>
|
||||||
|
</colors>
|
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 566 KiB |
Loading…
Reference in New Issue