diff options
| author | Ahum Maitra <theahummaitra@gmail.com> | 2026-01-06 22:24:26 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-07 01:54:26 +0900 |
| commit | a99672cb8b515a346ea60cacf7096c65e18b07f7 (patch) | |
| tree | b787c69f593ba8130fc19595b0db151f9e333f2c /config/waybar/wallust | |
| parent | 07cbde7bbd7ee858f8325ddd1d64ae5bbc5a34c1 (diff) | |
feat: Add glass theme for waybar (#910)
Diffstat (limited to 'config/waybar/wallust')
| -rw-r--r-- | config/waybar/wallust/colors-waybar.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/waybar/wallust/colors-waybar.css b/config/waybar/wallust/colors-waybar.css index b2afbce4..8a470b1a 100644 --- a/config/waybar/wallust/colors-waybar.css +++ b/config/waybar/wallust/colors-waybar.css @@ -1,11 +1,11 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* wallust template - colors-waybar */ @define-color foreground #F9E3DF; @define-color background #151316; @define-color background-alt rgba(21,19,22,0.25); @define-color cursor #F9E3DF; - + @define-color color0 #3D3A3E; @define-color color1 #190E1E; @define-color color2 #191F64; @@ -21,4 +21,4 @@ @define-color color12 #7F4EA2; @define-color color13 #A0536C; @define-color color14 #EDAEA4; - @define-color color15 #EECEC9;
\ No newline at end of file + @define-color color15 #EECEC9; |
