-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nachtgarm
authored and
Nachtgarm
committed
Apr 20, 2016
1 parent
a3d138a
commit 8001ef0
Showing
55 changed files
with
7,823 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!-- | ||
theme name: Darkade | ||
version: 2.0 | ||
Description: Based on Simple 1.4 theme by Nils Bonenberger (www.nilsbyte.de), retrobox by Benjamin Krause (www.idmedia.no) and recalbox 1.0.0-beta1 by the Recalbox Community | ||
author: Nachtgarm (www.nachtgarm.de) | ||
website: www.recalbox.com | ||
license: creative commons CC-BY-NC-SA | ||
--> | ||
|
||
<theme> | ||
<formatVersion>4</formatVersion> | ||
<view name="system"> | ||
<image name="background" extra="true"> | ||
<size>0 1</size> | ||
<pos>0.5 0.5</pos> | ||
<origin>0.5 0.5</origin> | ||
</image> | ||
</view> | ||
<view name="basic, detailed"> | ||
<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"> | ||
<color>FFFFFF</color> | ||
<forceUppercase>0</forceUppercase> | ||
<fontPath>./art/OPENSANS-LIGHT.TTF</fontPath> | ||
<fontSize>0.020</fontSize> | ||
<size>0.12 0.04</size> | ||
</text> | ||
<text name="md_rating, md_developer, md_publisher, md_genre, md_players, md_playcount, md_favorite"> | ||
<color>FFFFFF</color> | ||
<forceUppercase>0</forceUppercase> | ||
<fontPath>./art/OPENSANS-LIGHT.TTF</fontPath> | ||
<fontSize>0.020</fontSize> | ||
<size>0.12 0.04</size> | ||
</text> | ||
<text name="md_description"> | ||
<color>FFFFFF</color> | ||
<forceUppercase>0</forceUppercase> | ||
<fontPath>./art/OPENSANS-LIGHT.TTF</fontPath> | ||
<fontSize>0.020</fontSize> | ||
</text> | ||
<datetime name="md_releasedate, md_lastplayed"> | ||
<color>FFFFFF</color> | ||
<forceUppercase>0</forceUppercase> | ||
<fontPath>./art/OPENSANS-LIGHT.TTF</fontPath> | ||
<fontSize>0.020</fontSize> | ||
<size>0 0.04</size> | ||
</datetime> | ||
<image name="header" extra="true"> | ||
<pos>0 0</pos> | ||
<origin>0 0</origin> | ||
<size>1 0.16</size> | ||
<path>./art/dark.png</path> | ||
</image> | ||
<image name="footer" extra="true"> | ||
<pos>0 1</pos> | ||
<origin>0 1</origin> | ||
<size>1 0.065</size> | ||
<path>./art/dark.png</path> | ||
</image> | ||
<image name="background"> | ||
<pos>0 0</pos> | ||
<origin>0 0</origin> | ||
<size>1 1</size> | ||
<path>./art/mid.png</path> | ||
</image> | ||
<textlist name="gamelist"> | ||
<selectorColor>FFFFFF</selectorColor> | ||
<selectedColor>000000</selectedColor> | ||
<primaryColor>FFFFFF</primaryColor> | ||
<secondaryColor>000000</secondaryColor> | ||
<fontPath>./art/OPENSANS.TTF</fontPath> | ||
<fontSize>0.020</fontSize> | ||
<forceUppercase>0</forceUppercase> | ||
</textlist> | ||
</view> | ||
<view name="basic"></view> | ||
<view name="detailed"></view> | ||
</theme> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
<theme> | ||
<formatVersion>4</formatVersion> | ||
<include>./../darkade.xml</include> | ||
<view name="system"> | ||
<sound name="bgsound"> | ||
<path>./sounds/system.ogg</path> | ||
</sound> | ||
<image name="background" extra="true"> | ||
<path>./../art/bg.jpg</path> | ||
</image> | ||
<image name="logo"> | ||
<path>./art/pce.svg</path> | ||
</image> | ||
<helpsystem name="help"> | ||
<textColor>ffffff88</textColor> | ||
<iconColor>ffffff88</iconColor> | ||
</helpsystem> | ||
</view> | ||
<view name="basic, detailed"> | ||
<image name="logo"> | ||
<path>./art/pce.svg</path> | ||
<pos>0.025 0.079</pos> | ||
<maxSize>0.5 0.1</maxSize> | ||
<origin>0 0.5</origin> | ||
</image> | ||
</view> | ||
<view name="basic"> | ||
<textlist name="gamelist"> | ||
<pos>0.025 0.22</pos> | ||
<size>0.950 0.68</size> | ||
<alignment>center</alignment> | ||
<horizontalMargin>0.01</horizontalMargin> | ||
</textlist> | ||
</view> | ||
<view name="detailed"> | ||
<image name="md_image"> | ||
<pos>0.025 0.22</pos> | ||
<maxSize>0.245 0.301</maxSize> | ||
<origin>0 0</origin> | ||
</image> | ||
<text name="md_lbl_rating"> | ||
<pos>0.293 0.21</pos> | ||
</text> | ||
<text name="md_lbl_releasedate"> | ||
<pos>0.293 0.24</pos> | ||
</text> | ||
<text name="md_lbl_developer"> | ||
<pos>0.293 0.27</pos> | ||
<size>0.133 0.04</size> | ||
</text> | ||
<text name="md_lbl_publisher"> | ||
<pos>0.293 0.30</pos> | ||
<size>0.133 0.04</size> | ||
</text> | ||
<text name="md_lbl_genre"> | ||
<pos>0.293 0.33</pos> | ||
</text> | ||
<text name="md_lbl_players"> | ||
<pos>0.293 0.36</pos> | ||
</text> | ||
<text name="md_lbl_lastplayed"> | ||
<pos>0.293 0.39</pos> | ||
</text> | ||
<text name="md_lbl_playcount"> | ||
<pos>0.293 0.42</pos> | ||
</text> | ||
<text name="md_lbl_favorite"> | ||
<pos>0.293 0.45</pos> | ||
</text> | ||
<text name="md_favorite"> | ||
<pos>0.426 0.45</pos> | ||
</text> | ||
<text name="md_playcount"> | ||
<pos>0.426 0.42</pos> | ||
</text> | ||
<datetime name="md_lastplayed"> | ||
<pos>0.426 0.39</pos> | ||
</datetime> | ||
<text name="md_players"> | ||
<pos>0.426 0.36</pos> | ||
</text> | ||
<text name="md_genre"> | ||
<pos>0.426 0.33</pos> | ||
<size>0.167 0.03</size> | ||
</text> | ||
<text name="md_publisher"> | ||
<pos>0.426 0.305</pos> | ||
<size>0.167 0.03</size> | ||
</text> | ||
<text name="md_developer"> | ||
<pos>0.426 0.275</pos> | ||
<size>0.167 0.03</size> | ||
</text> | ||
<datetime name="md_releasedate"> | ||
<pos>0.426 0.24</pos> | ||
</datetime> | ||
<rating name="md_rating"> | ||
<pos>0.425 0.216</pos> | ||
<size>0.025 0.025</size> | ||
<filledPath>./../art/star_filled_spacing.svg</filledPath> | ||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> | ||
</rating> | ||
<text name="md_description"> | ||
<size>0.52 0.35</size> | ||
<pos>0.025 0.545</pos> | ||
</text> | ||
<textlist name="gamelist"> | ||
<pos>0.610 0.22</pos> | ||
<size>0.359 0.68</size> | ||
<alignment>left</alignment> | ||
<horizontalMargin>0.005</horizontalMargin> | ||
</textlist> | ||
</view> | ||
</theme> |
Oops, something went wrong.