-
Notifications
You must be signed in to change notification settings - Fork 17
/
color.ini
128 lines (121 loc) · 3.53 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
; COLOR EXPLANATION
; main, sidebar, player = background
; card = cards, tracklist, dropdowns, input fields
; shadow = text on button, tab active & selected row
; selected row = selected song & tab
; button-active = play button, outline on focused input
; button = all other buttons
; button-disabled = volume & seekbar background, scrollbar handle, borders
; everything else = self-explanatory
[dream]
text = ffffff
subtext = f70bff
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = aa00ff
button = aa00ff
button-active = aa00ff
button-disabled = 302b36
tab-active = aa00ff
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[water]
text = ffffff
subtext = 1d7af5
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = 00bbff
button = 00bbff
button-active = 00bbff
button-disabled = 302b36
tab-active = 00bbff
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[lush]
text = ffffff
subtext = 68fdab
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = b0fd68
button = b0fd68
button-active = b0fd68
button-disabled = 302b36
tab-active = b0fd68
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[sun]
text = ffffff
subtext = ebc726
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = ceeb26
button = ceeb26
button-active = ceeb26
button-disabled = 302b36
tab-active = ceeb26
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[sunset]
text = ffffff
subtext = f54e4e
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = ebb726
button = ebb726
button-active = ebb726
button-disabled = 302b36
tab-active = ebb726
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[mercy]
text = ffffff
subtext = ff0105
main = 0c0e14
sidebar = 0c0e14
player = 0c0e14
card = 1a181e
shadow = 1a181e
selected-row = a10003
button = a10003
button-active = a10003
button-disabled = 302b36
tab-active = a10003
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[Xresources]
text = ${xrdb:foreground}
subtext = ${xrdb:color1}
main = ${xrdb:color1}
sidebar = ${xrdb:color1}
player = ${xrdb:color1}
card = ${xrdb:color8}
shadow = ${xrdb:color8}
selected-row = ${xrdb:color6}
button = ${xrdb:foreground}
button-active = ${xrdb:foreground}
button-disabled = ${xrdb:background}
tab-active = ${xrdb:color6}
notification = ${xrdb:color8}
notification-error = ${xrdb:background}
misc = ${xrdb:color1}