-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolors.xml
86 lines (86 loc) · 2.93 KB
/
colors.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
<theme>
<colorScheme name="classy">
<variables>
<colorSchemeName>classy</colorSchemeName>
<backgroundColor>561420</backgroundColor>
<outlineColor1>c59a6f</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="gold">
<variables>
<colorSchemeName>gold</colorSchemeName>
<backgroundColor>111111</backgroundColor>
<outlineColor1>DDAA00</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="retro">
<variables>
<colorSchemeName>retro</colorSchemeName>
<backgroundColor>D3c09F</backgroundColor>
<outlineColor1>5e3427</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="mono">
<variables>
<colorSchemeName>mono</colorSchemeName>
<backgroundColor>000000</backgroundColor>
<outlineColor1>FFFFFF</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="blue">
<variables>
<colorSchemeName>blue</colorSchemeName>
<backgroundColor>002f63</backgroundColor>
<outlineColor1>96b7ee</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="chill">
<variables>
<colorSchemeName>chill</colorSchemeName>
<backgroundColor>47697e</backgroundColor>
<outlineColor1>fcf1d1</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="purplerain">
<variables>
<colorSchemeName>purplerain</colorSchemeName>
<backgroundColor>421c52</backgroundColor>
<outlineColor1>bdaec6</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="orange">
<variables>
<colorSchemeName>orange</colorSchemeName>
<backgroundColor>2a3439</backgroundColor>
<outlineColor1>8d4004</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="gameboy">
<variables>
<colorSchemeName>gameboy</colorSchemeName>
<backgroundColor>75a883</backgroundColor>
<outlineColor1>3e4943</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="gameboycase">
<variables>
<colorSchemeName>gameboycase</colorSchemeName>
<backgroundColor>c4bebb</backgroundColor>
<outlineColor1>9a2257</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="comm">
<variables>
<colorSchemeName>comm</colorSchemeName>
<backgroundColor>483AAA</backgroundColor>
<outlineColor1>867ade</outlineColor1>
</variables>
</colorScheme>
<colorScheme name="sega">
<variables>
<colorSchemeName>sega</colorSchemeName>
<backgroundColor>DDDDDD</backgroundColor>
<outlineColor1>17569b</outlineColor1>
</variables>
</colorScheme>
</theme>