-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathegnrseTheme.css
More file actions
91 lines (68 loc) · 2.13 KB
/
egnrseTheme.css
File metadata and controls
91 lines (68 loc) · 2.13 KB
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
/* Custom Theme by egnrse
* (https://github.com/egnrse/configs)
* should be in sync with `egnrseTheme.sh`
* currently only supports colors
*
* COLORSCHEME:
* #0A060E
* #180E1E
* #350F3F
* #1C6579
* #35C1E7
* #FCD4F6
*
* AlertColors:
* #C1334A
* #280C1B
*
* bg - background
* fg - foreground
* br - border
*/
/* Main Colors */
@define-color Background rgba(17,17,27,0.733); /* #180E1EBB */
@define-color MainText #FCD4F6;
@define-color BgDark rgba(10,6,14,0.733); /* #0A060EBB */
@define-color TextDark #1C6579;
@define-color Accent #350F3F;
@define-color MainTextTransparent rgba(252,212,246 ,0.733); /* #FCD4F6 */
@define-color BackgroundSolid #180E1E;
@define-color AccentTransparent rgba(53,15,63,0.733); /* #350F3F */
@define-color FocusFg #35C1E7;
@define-color FocusBg @MainText;
@define-color Focus2Fg @FocusFg;
@define-color Focus2Bg @Accent;
@define-color FocusBgTransparent @MainTextTransparent;
@define-color Border @FocusFg;
@define-color BorderDark @Focus2Bg;
@define-color Alert #C1334A;
@define-color AlertDark #280C1B;
/* State Colors */
@define-color green #77DD77;
@define-color yellow #EEEE77;
@define-color blue #AA87FF;
@define-color charging @green;
@define-color full @MainText;
@define-color good @MainText;
@define-color warning @MainText;
@define-color critical @Alert;
/* old things */
@define-color active-bg rgba(147,152,178,0.9);
@define-color active-fg #11111b;
@define-color hover-bg rgba(69,71,90,0.7);
@define-color hover-fg #cdd6f4;
/* Module Colors */
@define-color module-fg #f5e0dc;
@define-color workspaces #181825;
@define-color cpuinfo #181825;
@define-color memory #1e1e2e;
@define-color cpu #313244;
@define-color distro-fg #000000;
@define-color distro-bg #9399b2;
@define-color time #313244;
@define-color date #1e1e2e;
@define-color tray #181825;
@define-color pulseaudio #181825;
@define-color backlight #1e1e2e;
@define-color battery #313244;
@define-color power #9399b2;