-
Notifications
You must be signed in to change notification settings - Fork 0
/
color.ini
executable file
·53 lines (51 loc) · 2.31 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
;COLORS KEYS DESCRIPTION
; text = Main text, playlist names in main field, name of playlist selected in sidebar, headings
; subtext = Text in main buttons in sidebar, playlist names in sidebar, artist names, and mini infos
; main = Main field background
; sidebar = Sidebar background
; player = Player background
; card = Card background on hover and player area outline ( tracklist, dropdowns, input fields)
; shadow = Card drop shadow
; selected row = Color of the song selected, scrollbar, caption and playlist details, download and options buttons
; button = Playlist buttons background in sidebar, drop-down menus, now playing song, play button background, like button
; button-active = Play button background
; button-disabled = Seekbar background, volume bar background
; tab-active = Tabbar active item background in header
; notification = Notification toast
; notification-error = Notification error toast, context menu background
; misc = Miscellaneous
; grid-lines = Border color around UI Elements
[base]
text = FFFFFF ;#FFFFFF
subtext = DEDEDE ;#DEDEDE
main = 151515 ;#151515
sidebar = 151515 ;#151515
player = 151515 ;#151515
card = 1F1F1F ;#1F1F1F
shadow = 000000 ;#000000
selected-row = 1F1F1F ;#1F1F1F
button = 00BF76 ;#00BF76
button-active = DEDEDE ;#00BF76
button-disabled = 121212 ;#121212
tab-active = 00BF76 ;#00BF76
notification = 121212 ;#121212
notification-error = e22134 ;#e22134
misc = 1d1a21 ;#1d1a21
grid-lines = FFFFFF ;#FFFFFF
[light]
text = 000000 ;#000000
subtext = 5D5D5D ;#5D5D5D
main = F8F8F8 ;#F8F8F8
sidebar = F8F8F8 ;#F8F8F8
player = F8F8F8 ;#F8F8F8
card = DDDDDD ;#DDDDDD
shadow = AAAAAA ;#AAAAAA
selected-row = DDDDDD ;#DDDDDD
button = 00BF76 ;#00BF76
button-active = 5D5D5D ;#00BF76
button-disabled = DDDDDD ;#DDDDDD
tab-active = 00BF76 ;#00BF76
notification = DDDDDD ;#DDDDDD
notification-error = e22134 ;#e22134
misc = AAAAAA ;#AAAAAA
grid-lines = 000000 ;#000000