-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsimple-dark.xml
More file actions
95 lines (78 loc) · 2.36 KB
/
simple-dark.xml
File metadata and controls
95 lines (78 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!--
theme name: simple-dark
version: 0.9
author: nolageek (based on simple by nils bonenberger (nilsbyte@nilsbyte.de))
email: nolageek@gmail.com
license: creative commons CC-BY-NC-SA
-->
<theme>
<formatVersion>3</formatVersion>
<view name="system">
<image name="background" extra="true">
<path>./art/logosbg.jpg</path>
<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">
<color>d8d8d8</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/Roboto-Light.ttf</fontPath>
<fontSize>0.025</fontSize>
<size>0.12 0.04</size>
</text>
<text name="md_rating, md_developer, md_publisher, md_genre, md_players, md_playcount">
<color>d8d8d8</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/Roboto-Light.ttf</fontPath>
<fontSize>0.025</fontSize>
<size>0.14 0.04</size>
</text>
<text name="md_description">
<color>d8d8d8</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/Roboto-Light.ttf</fontPath>
<fontSize>0.025</fontSize>
</text>
<datetime name="md_releasedate, md_lastplayed">
<color>d8d8d8</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/Roboto-Light.ttf</fontPath>
<fontSize>0.025</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/darkest.png</path>
</image>
<image name="footer" extra="true">
<pos>0 1</pos>
<origin>0 1</origin>
<size>1 0.065</size>
<path>./art/darkest.png</path>
</image>
<image name="background">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./art/black.png</path>
</image>
<textlist name="gamelist">
<selectorColor>151515</selectorColor>
<selectedColor>0098a6</selectedColor>
<primaryColor>ebebeb</primaryColor>
<secondaryColor>ebebeb</secondaryColor>
<fontPath>./art/Roboto-Regular.ttf</fontPath>
<fontSize>0.03</fontSize>
<forceUppercase>1</forceUppercase>
</textlist>
</view>
<view name="basic">
</view>
<view name="detailed">
</view>
</theme>