mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
(rbsimple-DE) Slight change of color for the system carousel systemInfo text.
Also some other small internal changes to the theme XML files.
This commit is contained in:
parent
aaa63b7069
commit
2d6103efa6
|
@ -1,6 +1,15 @@
|
||||||
<theme>
|
<theme>
|
||||||
<formatVersion>6</formatVersion>
|
<formatVersion>6</formatVersion>
|
||||||
|
|
||||||
|
<feature supported="carousel">
|
||||||
|
<view name="system">
|
||||||
|
<text name="systemInfo">
|
||||||
|
<color>202020</color>
|
||||||
|
<backgroundColor>DDDDDDD8</backgroundColor>
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
</feature>
|
||||||
|
|
||||||
<view name="system">
|
<view name="system">
|
||||||
<text name="info1, info2, info3, info4, info5, info6, info7,
|
<text name="info1, info2, info3, info4, info5, info6, info7,
|
||||||
info8, info9, info10, info11, info12" extra="true">
|
info8, info9, info10, info11, info12" extra="true">
|
||||||
|
@ -13,8 +22,8 @@
|
||||||
<color>262626</color>
|
<color>262626</color>
|
||||||
</text>
|
</text>
|
||||||
<helpsystem name="help">
|
<helpsystem name="help">
|
||||||
<textColor>a6a6a6</textColor>
|
<textColor>A6A6A6</textColor>
|
||||||
<iconColor>a6a6a6</iconColor>
|
<iconColor>A6A6A6</iconColor>
|
||||||
</helpsystem>
|
</helpsystem>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
@ -33,9 +42,9 @@
|
||||||
</image>
|
</image>
|
||||||
<textlist name="gamelist">
|
<textlist name="gamelist">
|
||||||
<selectorColor>262626</selectorColor>
|
<selectorColor>262626</selectorColor>
|
||||||
<selectedColor>9f9f9f</selectedColor>
|
<selectedColor>9F9F9F</selectedColor>
|
||||||
<primaryColor>262626</primaryColor>
|
<primaryColor>262626</primaryColor>
|
||||||
<secondaryColor>4d4d4d</secondaryColor>
|
<secondaryColor>4D4D4D</secondaryColor>
|
||||||
</textlist>
|
</textlist>
|
||||||
<text name="gamelistInfo">
|
<text name="gamelistInfo">
|
||||||
<color>505050</color>
|
<color>505050</color>
|
||||||
|
|
|
@ -16,7 +16,6 @@ based on: 'recalbox-multi' by the Recalbox community
|
||||||
<text name="systemInfo">
|
<text name="systemInfo">
|
||||||
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
<fontPath>./core/fonts/Exo2-RegularCondensed.otf</fontPath>
|
||||||
<fontSize>0.035</fontSize>
|
<fontSize>0.035</fontSize>
|
||||||
<backgroundColor>DDDDDDD8</backgroundColor>
|
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
Loading…
Reference in a new issue