-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
theme.xml
134 lines (112 loc) · 4.5 KB
/
theme.xml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8"?>
<!--
theme name: Crystal
author: dm2912
license: creative commons CC-BY-NC-SA
github: https://github.com/dm2912
-->
<!-- default view -->
<theme defaultView="detailed">
<formatVersion>7</formatVersion>
<include>./config.xml</include>
<include>./gamelists${ratset}.xml</include>
<!-- screen settings -->
<view name="screen">
<controllerActivity name="controllerActivity">
<pos>0.01 0.012</pos>
<size>0.085 0.025</size>
<!--<horizontalAlignment>right</horizontalAlignment>-->
<itemSpacing>0.003</itemSpacing>
<imagePath>./assets/gamepad.svg</imagePath>
<color>${ccontroller}</color>
<activityColor>${cactivity}</activityColor>
<hotkeyColor>${chotkey}</hotkeyColor>
</controllerActivity>
<text name="clock">
<color>777777FF</color>
<fontSize>0.035</fontSize>
<pos>0.90 0.94</pos>
<size>0.09 0.058</size>
<alignment>right</alignment>
<verticalAlignment>center</verticalAlignment>
</text>
</view>
<!-- menu configs -->
<!-- menu configs -->
<view name="menu">
<menuText name="menufooter">
<fontPath>./fonts/${font2m}</fontPath>
<fontSize>0.025</fontSize>
<color>${cmenufooter}</color>
</menuText>
<menuText name="menutext">
<fontPath>./fonts/${font1m}</fontPath>
<fontSize>0.035</fontSize>
<color>${cmenutext}</color>
<separatorColor>${cmenuseperator}</separatorColor>
<selectorColor>${cselector}</selectorColor>
<selectorColorEnd>${cselectorend}</selectorColorEnd>
<selectedColor>${cselected}</selectedColor>
<selectorGradientType>${cgradienttype}</selectorGradientType>
</menuText>
<menuTextSmall name="menutextsmall">
<fontPath>./fonts/${font2m}</fontPath>
<fontSize>0.03</fontSize>
<color>${cmenusubtitle}</color>
</menuTextSmall>
<menuText name="menutitle">
<fontPath>./fonts/${font2m}</fontPath>
<fontSize>0.04</fontSize>
<color>${cmenutitle}</color>
</menuText>
<menuBackground name="menubg">
<color>${cmenubg}</color>
<path>./assets/menu_filters/${cmenufilter}/back.png</path>
<fadePath>./assets/menu_filters/${cmenufilter}/fade.png</fadePath>
</menuBackground>
<menuIcons name="menuicons">
<iconKodi>./assets/menu_icons/${cmenuicons}/Kodi.png</iconKodi>
<iconSystem>./assets/menu_icons/${cmenuicons}/System.png</iconSystem>
<iconUpdates>./assets/menu_icons/${cmenuicons}/Updates.png</iconUpdates>
<iconGames>./assets/menu_icons/${cmenuicons}/Games.png</iconGames>
<iconControllers>./assets/menu_icons/${cmenuicons}/Controllers.png</iconControllers>
<iconUI>./assets/menu_icons/${cmenuicons}/UI.png</iconUI>
<iconSound>./assets/menu_icons/${cmenuicons}/Sound.png</iconSound>
<iconNetwork>./assets/menu_icons/${cmenuicons}/Network.png</iconNetwork>
<iconScraper>./assets/menu_icons/${cmenuicons}/Scraper.png</iconScraper>
<iconAdvanced>./assets/menu_icons/${cmenuicons}/Advanced.png</iconAdvanced>
<iconQuit>./assets/menu_icons/${cmenuicons}/Quit.png</iconQuit>
<iconRestart>./assets/menu_icons/${cmenuicons}/Restart.png</iconRestart>
<iconShutdown>./assets/menu_icons/${cmenuicons}/Shutdown.png</iconShutdown>
<iconFastShutdown>./assets/menu_icons/${cmenuicons}/Fastshutdown.png</iconFastShutdown>
<iconRetroachievements>./assets/menu_icons/${cmenuicons}/Contest.png</iconRetroachievements>
<iconEmuelec>./assets/menu_icons/${cmenuicons}/Emuelec.png</iconEmuelec>
</menuIcons>
<helpsystem name="help">
<fontPath>./fonts/${font3s}</fontPath>
<fontSize>0.035</fontSize>
<pos>0.06 0.955</pos>
<textColor>${chelptext}</textColor>
</helpsystem>
</view>
<!-- tinyscreen
<include tinyScreen="true">./gpicase.xml</include> -->
<!-- help bar -->
<view name="system" ifHelpPrompts="false">
<image name="BottomBar" extra="true">
<visible>false</visible>
</image>
</view>
<view name="basic, detailed, grid" ifHelpPrompts="false">
<image name="bottom" extra="true">
<visible>false</visible>
</image>
</view>
<!--
<view name="grid" ifHelpPrompts="false">
<imagegrid name="gamegrid">
<pos>0.025 0.16</pos>
<size>0.950 0.84</size>
</imagegrid>
</view> -->
</theme>