Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
vertical layout
Browse files Browse the repository at this point in the history
vertical layout
  • Loading branch information
Supernature2k committed May 2, 2017
1 parent 85c4117 commit 4086c7c
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
73 changes: 73 additions & 0 deletions themes/recalbox-multi/data/colorsets/standard_noinfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<theme>
<formatVersion>4</formatVersion>

<view name="system">
<image name="background" extra="true">
<color>707070</color>
</image>
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
<text name="logoText">
<color>262626</color>
</text>
<text name="info1, info2, info3, info4, info5, info6, info7, info8, info9, info10, info11, info12" extra="true">
<color>707070</color>
</text>
</view>

<view name="basic, detailed">
<image name="background" extra="true">
<color>707070</color>
</image>
<helpsystem name="help">
<textColor>262626</textColor>
<iconColor>262626</iconColor>
</helpsystem>
<textlist name="gamelist">
<selectorColor>262626</selectorColor>
<selectedColor>9f9f9f</selectedColor>
<primaryColor>262626</primaryColor>
<secondaryColor>4d4d4d</secondaryColor>
</textlist>
</view>

<view name="basic">
<image name="backtext1" extra="true">
<color>9F9F9F</color>
</image>
</view>

<view name="detailed">
<image name="backtext2" extra="true">
<color>9F9F9F</color>
</image>
<image name="backtext3" extra="true">
<color>9F9F9F</color>
</image>
<image name="backtext4" extra="true">
<color>9F9F9F</color>
</image>
<image name="backtext5" extra="true">
<color>9F9F9F</color>
</image>

<text name="md_lbl_rating, md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_lbl_favorite, md_developer, md_publisher, md_genre, md_players, md_playcount, md_favorite, md_description">
<color>262626</color>
</text>
<datetime name="md_releasedate, md_lastplayed">
<color>262626</color>
</datetime>
<text name="control" extra="true">
<color>262626</color>
</text>
<text name="no_image" extra="true">
<color>262626</color>
</text>
<image name="controls" extra="true">
<color>262626</color>
</image>
</view>

</theme>
1 change: 1 addition & 0 deletions themes/recalbox-multi/data/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
<!--<include>./colorsets/bluechoco.xml</include>-->
<!--<include>./colorsets/blackandwhite.xml</include>-->
<!--<include>./colorsets/whiteandblack.xml</include>-->
<!--<include>./colorsets/standard_noinfo.xml</include>-->

</theme>

0 comments on commit 4086c7c

Please sign in to comment.