This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
color.ini
109 lines (100 loc) · 2.14 KB
/
color.ini
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
[Default]
;Base Color Scheme of Green and Purple
primary = 3effb5
secondary = 9334ff
text = fff
textHighlight = 9334ff
subtext = ddd
button = fff
progressBG = 555
panelColor = 000
[Horizon]
;Yellow and Red
primary = FFF587
secondary = FF665A
text = fff
textHighlight = FF665A
subtext = ddd
button = fff
progressBG = fff
panelColor = 834e00
[Forest]
;Shades of Green
primary = E1E6B9
secondary = 183128
text = fff
textHighlight = 183128
subtext = ddd
button = fff
progressBG = E1E6B9
panelColor = 183128
[Nebula]
;Magenta to Blue
primary = F05943
secondary = 3634b9
text = fff
textHighlight = F05943
subtext = ddd
button = fff
progressBG = 4E5758
panelColor = 000
[DeepBlue]
;Blue to Deep Blue
primary = 1CB5E0
secondary = 000851
text = fff
textHighlight = 1CB5E0
subtext = ddd
button = fff
progressBG = 000851
panelColor = 000
[Retro]
;Yellow to Cyan
primary = FDBB2D
secondary = 22C1C3
text = fff
textHighlight = 22C1C3
subtext = ddd
button = fff
progressBG = 22C1C3
panelColor = 255c52
[SpaceGray]
;Gray to Blueish Hue
primary = bdc3c7
secondary = 2c3e50
text = fff
textHighlight = 2c3e50
subtext = ddd
button = fff
progressBG = 888
panelColor = 444
[PurpleBliss]
;Purple Hues
primary = 8E2DE2
secondary = 4A00E0
text = fff
textHighlight = 8E2DE2
subtext = ddd
button = fff
progressBG = e099ff
panelColor = ccc
[Mango]
;Yellow Hues
primary = F09819
secondary = EDDE5D
text = fff
textHighlight = 8E2DE2
subtext = ddd
button = fff
progressBG = f5efc1
panelColor = 333
[PacificDream]
;Green to Greenish Navy
primary = 34e89e
secondary = 0f3443
text = fff
textHighlight = 34e89e
subtext = ddd
button = fff
progressBG = 9effef
panelColor = 333