-
Notifications
You must be signed in to change notification settings - Fork 8
/
carbon_yellow.xml
84 lines (68 loc) · 1.6 KB
/
carbon_yellow.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
<!--
Theme: Carbon-No-Meta
version: 2.0
author: Eric Hettervik (Rookervik)
license: creative commons CC-BY-NC-SA
originally based on: "simple" by nils bonenberger
Element color: Search and replace colors. Do not use spaces
Red 8b 00 00
Blue 30 82 ce
Green 50 d6 2c
Yellow ef bc 0b
Orange ef 71 0b
Purple ac 0b ef
Teal 04 e9 f7
Pink f5 02 97
-->
<theme>
<formatVersion>3</formatVersion>
<view name="system,basic,detailed,video">
<image name="background" extra="true">
<tile>true</tile>
<size>1 1</size>
<pos>0 0</pos>
<origin>0 0</origin>
<path>./art/carbon_fiber.png</path>
</image>
</view>
<view name="system">
<image name="CenterFade" extra="true">
<tile>false</tile>
<size>1 0.5</size>
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
<path>./art/centerfade.png</path>
<color>efbc0b50</color>
</image>
<image name="BottomBar" extra="true">
<tile>false</tile>
<size>1 0.065</size>
<pos>0 1</pos>
<origin>0 1</origin>
<path>./art/bottom.png</path>
<color>efbc0bc0</color>
</image>
<image name="ControllerOverlay" extra="true">
<color>efbc0b</color>
</image>
</view>
<view name="basic,detailed,video">
<textlist name="gamelist">
<selectedColor>efbc0b</selectedColor>
</textlist>
<image name="bottom" extra="true">
<pos>0 1</pos>
<origin>0 1</origin>
<size>1 0.065</size>
<path>./art/bottom.png</path>
<color>efbc0b</color>
</image>
<image name="top" extra="true">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 0.16</size>
<path>./art/top.png</path>
<color>efbc0b</color>
</image>
</view>
</theme>