Skip to content

Commit

Permalink
[skin.aeon.nox.silvo] v9.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSiLVO committed May 11, 2024
1 parent 79bbeba commit e92346c
Show file tree
Hide file tree
Showing 36 changed files with 880 additions and 784 deletions.
28 changes: 22 additions & 6 deletions skin.aeon.nox.silvo/16x9/Defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,22 @@
<aligny>center</aligny>
<pulseonselect>false</pulseonselect>
</default>
<default type="colorbutton">
<textcolor>grey</textcolor>
<focusedcolor>white</focusedcolor>
<disabledcolor>grey3</disabledcolor>
<aligny>center</aligny>
<pulseonselect>false</pulseonselect>
<width>1381</width>
<height>81</height>
<colorwidth>100</colorwidth>
<colorheight>40</colorheight>
<texturecolormask>colors/white.png</texturecolormask>
<texturecolordisabledmask colordiffuse="40FFFFFF">colors/white.png</texturecolordisabledmask>
<font>font15</font>
<textoffsetx>30</textoffsetx>
<texturefocus colordiffuse="$VAR[HighlightBarColor]" border="3">listselect_fo.png</texturefocus>
</default>
<default type="togglebutton">
<width>30</width>
<height>60</height>
Expand Down Expand Up @@ -76,7 +92,7 @@
<width>40</width>
<height>25</height>
<font>font14</font>
<reverse>yes</reverse>
<reverse>true</reverse>
<textcolor>grey</textcolor>
<disabledcolor>grey3</disabledcolor>
<subtype>text</subtype>
Expand All @@ -103,7 +119,7 @@
<disabledcolor>grey3</disabledcolor>
<textoffsetx>15</textoffsetx>
<aligny>center</aligny>
<reverse>yes</reverse>
<reverse>true</reverse>
<pulseonselect>false</pulseonselect>
</default>
<default type="radiobutton">
Expand Down Expand Up @@ -135,10 +151,10 @@
<aligny>center</aligny>
<texturefocus colordiffuse="$VAR[HighlightBarColor]" border="1">listselect_fo.png</texturefocus>
<sliderwidth>150</sliderwidth>
<sliderheight>20</sliderheight>
<texturesliderbar>osd_slider_bg.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus colordiffuse="$VAR[ThemeLabelColor]">osd_slider_nib.png</textureslidernibfocus>
<sliderheight>28</sliderheight>
<texturesliderbar>buttons/slider-back.png</texturesliderbar>
<textureslidernib>buttons/slider-nib.png</textureslidernib>
<textureslidernibfocus colordiffuse="$VAR[ThemeLabelColor]">buttons/slider-nib.png</textureslidernibfocus>
<font>font14</font>
<textcolor>grey</textcolor>
<focusedcolor>white</focusedcolor>
Expand Down
7 changes: 1 addition & 6 deletions skin.aeon.nox.silvo/16x9/DialogButtonMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
<window>
<defaultcontrol>9000</defaultcontrol>
<controls>
<control type="image">
<include>FullscreenDimensions</include>
<texture>colors/black50.png</texture>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<include>DimBackground</include>
<control type="group">
<include>DialogOpenCloseAnimation</include>
<control type="grouplist" id="9000">
Expand Down
17 changes: 10 additions & 7 deletions skin.aeon.nox.silvo/16x9/DialogColorPicker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,26 @@
<width>100</width>
<height>80</height>
<texture>colors/white.png</texture>
<bordersize>5</bordersize>
<bordersize>1</bordersize>
<bordertexture border="1" infill="false" colordiffuse="white">colors/border_frame.png</bordertexture>
<colordiffuse>$INFO[ListItem.Label2]</colordiffuse>
</control>
<control type="image">
<width>100</width>
<height>80</height>
<texture>colors/black10.png</texture>
<bordersize>5</bordersize>
<bordersize>1</bordersize>
</control>
</itemlayout>
<focusedlayout width="100" height="80">
<control type="group">
<animation effect="zoom" time="300" tween="sine" easing="inout" start="100" end="120" center="50,40">Focus</animation>
<animation effect="zoom" time="300" tween="sine" easing="inout" start="100" end="125" center="50,40">Focus</animation>
<control type="image">
<width>100</width>
<height>80</height>
<texture>colors/white.png</texture>
<bordersize>5</bordersize>
<bordersize>1</bordersize>
<bordertexture border="1" infill="false" colordiffuse="white">colors/border_frame.png</bordertexture>
<colordiffuse>$INFO[ListItem.Label2]</colordiffuse>
</control>
</control>
Expand Down Expand Up @@ -102,6 +104,7 @@
<width>400</width>
<height>180</height>
<onup>6</onup>
<ondown>Control.SetFocus(6,9,absolute)</ondown>
<onleft>6</onleft>
<onright>6</onright>
<control type="button" id="7">
Expand Down Expand Up @@ -130,13 +133,13 @@
</control>
</control>
<control type="label" id="3010">
<top>1020</top>
<top>1000</top>
<left>325</left>
<width>1000</width>
<height>60</height>
<font>font16</font>
<label>[UPPERCASE]$INFO[ListItem.Label,, ][COLOR=$INFO[ListItem.Label2]]$INFO[ListItem.Label2][/COLOR][/UPPERCASE]</label>
<shadowcolor>grey2</shadowcolor>
<label>[UPPERCASE]$INFO[ListItem.Label][CR]$INFO[ListItem.Label2,#][/UPPERCASE]</label>
<shadowcolor>shadow</shadowcolor>
<animation effect="slide" end="0,-60" condition="String.IsEmpty(Window(1140).Property(Reset.Color))">Conditional</animation>
</control>
</controls>
Expand Down
9 changes: 2 additions & 7 deletions skin.aeon.nox.silvo/16x9/DialogConfirm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
<window>
<defaultcontrol>9000</defaultcontrol>
<onload condition="Control.IsVisible(10)">SetFocus(10)</onload>
<include>DialogOpenCloseAnimation</include>
<controls>
<control type="image">
<include>FullscreenDimensions</include>
<texture>colors/black50.png</texture>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="300">WindowClose</animation>
</control>
<include>DimBackground</include>
<control type="group">
<include>DialogOpenCloseAnimation</include>
<left>510</left>
<top>290</top>
<control type="label" id="1">
Expand Down
Loading

0 comments on commit e92346c

Please sign in to comment.