blob: b54ab670ee1fa0062d854ecaa84e1d9c2548bce9 (
plain) (
blame)
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
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* wallust template - colors-rofi */
* {
active-background: #718A90;
active-foreground: #ABF1E1;
normal-background: #212826;
normal-foreground: #ABF1E1;
urgent-background: #44AE9B;
urgent-foreground: #ABF1E1;
alternate-active-background: #78858E;
alternate-active-foreground: #ABF1E1;
alternate-normal-background: #212826;
alternate-normal-foreground: #ABF1E1;
alternate-urgent-background: #212826;
alternate-urgent-foreground: #ABF1E1;
selected-active-background: #44AE9B;
selected-active-foreground: #ABF1E1;
selected-normal-background: #44AE9B;
selected-normal-foreground: #ABF1E1;
selected-urgent-background: #718A90;
selected-urgent-foreground: #ABF1E1;
background-color: #212826;
background: rgba(0,0,0,0.7);
foreground: #ABF1E1;
border-color: #718A90;
color0: #464D4C;
color1: #02211D;
color2: #02613F;
color3: #5A646A;
color4: #55686C;
color5: #338375;
color6: #0CA27F;
color7: #7FE3CC;
color8: #599F8E;
color9: #022C27;
color10: #028154;
color11: #78858E;
color12: #718A90;
color13: #44AE9B;
color14: #10D8A9;
color15: #7FE3CC;
}
|