feat: wallpaper menu, blue colors on waybar with blur

This commit is contained in:
João Dias
2024-08-18 17:38:57 -03:00
parent 5fc6add9c3
commit 6b77a0ab0e
13 changed files with 98 additions and 74 deletions
+7 -7
View File
@@ -5,14 +5,13 @@
@define-color red #f38ba8;
@define-color maroon #eba0ac;
@define-color peach #fab387;
@define-color yellow alpha(#f9e2af, .8);
@define-color yellow #f9e2af;
@define-color green #a6e3a1;
@define-color teal #94e2d5;
@define-color sky #89dceb;
@define-color sapphire #74c7ec;
@define-color blue #89b4fa;
@define-color lavender #b4befe;
@define-color text #cdd6f4;
@define-color subtext1 #bac2de;
@define-color subtext0 #a6adc8;
@define-color overlay2 #9399b2;
@@ -25,8 +24,9 @@
@define-color mantle #181825;
@define-color crust #11111b;
@define-color background alpha(@base, .6);
@define-color bar shade(@yellow, .2);
@define-color hover shade(@yellow, .5);
@define-color active shade(@yellow, .55);
@define-color highlight shade(@yellow, .4);
@define-color highlight shade(@blue, .67);
@define-color bar alpha(shade(@highlight, .8), .3);
@define-color hover shade(@highlight, .6);
@define-color active shade(@highlight, .58);
@define-color text rgb(245, 245, 245);
@define-color text_dark rgb(30, 30, 30);