-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.css
executable file
·57 lines (53 loc) · 1.53 KB
/
plugin.css
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
/* CSS variables
Generated by 'wal' */
:root {
--wallpaper: url("/Users/mmotlibs/Documents/aesthetics/wallpapers/denis-istomin-motions4.jpg");
/* Special */
--background: #1c3949;
--foreground: #c5c1e8;
--cursor: #c5c1e8;
/* Colors */
--color0: #1c3949;
--color1: #3C74C3;
--color2: #5A74CE;
--color3: #9372C1;
--color4: #3E85B4;
--color5: #5F8BDB;
--color6: #DCAAAE;
--color7: #c5c1e8;
--color8: #8987a2;
--color9: #3C74C3;
--color10: #5A74CE;
--color11: #9372C1;
--color12: #3E85B4;
--color13: #5F8BDB;
--color14: #DCAAAE;
--color15: #c5c1e8;
}
.th-pywal {
--background-color: var(--background);
--medium-color: var(--color4);
--text-color: var(--foreground);
--action-color: var(--color4);
--error-color: var(--color2);
--accent-border-color: var(--color5);
--selected-item-color: var(--color5);
--selected-on-secondary-item-color: var(--color5);
--text-selection-bg-color: var(--color3);
}
.th-pywal .menu__item--active.menu__item--hover>.menu__item-body,
.th-pywal .menu__item--active>.menu__item-body{
--selected-item-text-color: var(--background);
color:var(--background);
}
.th-pywal input[type='text']:active,
.th-pywal input[type='text']:focus,
.th-pywal input[type='password']:active,
.th-pywal input[type='password']:focus,
.th-pywal input:not([type]):active,
.th-pywal input:not([type]):focus,
.th-pywal textarea:active,
.th-pywal textarea:focus {
border: 2px solid var(--color5);
box-shadow: 0px 0px 3px var(--background);
}