-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathuser.sass
61 lines (51 loc) · 1.29 KB
/
user.sass
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
@use 'cards'
@use 'contextmenu'
@use 'cover'
@use 'delete'
@use 'duration'
@use 'gradient'
@use 'home'
@use 'lyrics'
@use 'navigator'
@use 'notif'
@use 'playlist'
@use 'profile'
@use 'repeatadd'
@use 'rightbar'
@use 'rootlist'
@use 'save'
@use 'search'
@use 'settings'
@use 'shadow'
@use 'tracks'
// Main color of text
:root
--spice-rgb-selected-row: var(--spice-text)
// Chill out with the scrolling
#main
overflow: hidden
// Subdued text color is normal
.encore-dark-theme, .encore-light-theme, .encore-inverted-light-set
--text-subdued: var(--spice-text)
--essential-subdued: var(--spice-text)
--background-highlight: var(--spice-selected-row) !important
// Notifications no seperator
div[data-testid="infinite-scroll-list"] hr
display: none
// Make scrollbar transparent
.os-scrollbar
opacity: 0 !important
// Don't show top bar backgrounds
.main-topBar-background
background-color: var(--spice-main) !important
// Change reading prompt background
div[aria-label="Already added"] > div
background-color: var(--spice-main)
color: var(--spice-text)
// Change "Add anyway" color
div[aria-label="Already added"] > div > div > button.main-button-tertiary
background-color: var(--spice-text)
color: var(--spice-main)
// Vim key background
span.vim-key
background-color: var(--spice-selected-row)