mirror of
https://github.com/RetroDECK/RetroDECK-theme.git
synced 2025-04-10 19:15:12 +00:00
add light and dark colour schemes
This commit is contained in:
parent
f7880bea9c
commit
6c9565fc83
|
@ -61,8 +61,12 @@
|
|||
<aspectRatio>16:10</aspectRatio>
|
||||
|
||||
|
||||
<colorScheme name="retrodeck">
|
||||
<label>RetroDeck</label>
|
||||
<colorScheme name="dark">
|
||||
<label>Dark</label>
|
||||
</colorScheme>
|
||||
|
||||
<colorScheme name="light">
|
||||
<label>Light</label>
|
||||
</colorScheme>
|
||||
|
||||
|
||||
|
|
19
colors.xml
19
colors.xml
|
@ -1,8 +1,7 @@
|
|||
<theme>
|
||||
|
||||
<colorScheme name="retrodeck">
|
||||
<colorScheme name="dark">
|
||||
<variables>
|
||||
<colorSchemeName>elep</colorSchemeName>
|
||||
<backgroundColor>151515</backgroundColor>
|
||||
<sysColor>c8c9c7</sysColor>
|
||||
<systextColor>111111</systextColor>
|
||||
|
@ -17,5 +16,21 @@
|
|||
<helpColor>111111</helpColor>
|
||||
</variables>
|
||||
</colorScheme>
|
||||
<colorScheme name="light">
|
||||
<variables>
|
||||
<backgroundColor>404040</backgroundColor>
|
||||
<sysColor>c8c9c7</sysColor>
|
||||
<systextColor>111111</systextColor>
|
||||
<selectTextColor>52307c</selectTextColor>
|
||||
<sysmenuColor>270e59</sysmenuColor>
|
||||
<primaryColor>c758e6</primaryColor>
|
||||
<textColor>c758FF</textColor>
|
||||
<secondaryColor>1b9fff</secondaryColor>
|
||||
<selectgameColor>1b9fff</selectgameColor>
|
||||
<gamegridColor>52307c</gamegridColor>
|
||||
<selectsysColor>c758e6</selectsysColor>
|
||||
<helpColor>111111</helpColor>
|
||||
</variables>
|
||||
</colorScheme>
|
||||
|
||||
</theme>
|
15
theme.xml
15
theme.xml
|
@ -163,6 +163,14 @@
|
|||
<color>000000</color>
|
||||
<zIndex>52</zIndex>
|
||||
</image>
|
||||
<image name="background">
|
||||
<pos>0 0</pos>
|
||||
<size>1 1</size>
|
||||
<origin>0 0</origin>
|
||||
<path>./core/images/space.png</path>
|
||||
<color>${backgroundColor}</color>
|
||||
<zIndex>0</zIndex>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
|
||||
|
@ -428,20 +436,21 @@
|
|||
<pos>0.56 0.3725</pos>
|
||||
<origin>1 0.5</origin>
|
||||
<maxSize>0.3 0.2</maxSize>
|
||||
<imageType>marquee,cover,titlescreen</imageType>
|
||||
<imageType>marquee</imageType>
|
||||
<default>./core/images/classic.svg</default>
|
||||
<interpolation>linear</interpolation>
|
||||
<zIndex>40</zIndex>
|
||||
<gameselectorEntry>1</gameselectorEntry>
|
||||
</image>
|
||||
|
||||
<image name="gamecount3">
|
||||
<pos>0.5 0.3475</pos>
|
||||
<origin>0 0.5</origin>
|
||||
<maxSize>0.25 0.25</maxSize>
|
||||
<imageType>screenshot</imageType>
|
||||
<imageType>screenshot,cover,titlescreen</imageType>
|
||||
<default>./core/images/logog.svg</default>
|
||||
<interpolation>linear</interpolation>
|
||||
<zIndex>39</zIndex>
|
||||
<zIndex>38</zIndex>
|
||||
<gameselectorEntry>1</gameselectorEntry>
|
||||
</image>
|
||||
|
||||
|
|
Loading…
Reference in a new issue