This commit is contained in:
2025-06-05 16:56:11 +01:00
parent 4d958eea2a
commit ce69f5ec45
13 changed files with 370 additions and 69 deletions

View File

@@ -1,41 +0,0 @@
/*
bg - background
fg - foreground
br - border
*/
/* Main Colors */
@define-color active-bg #885ab0;
@define-color active-fg #11111b;
@define-color hover-bg #372542;
@define-color hover-fg rgba(219, 166, 237, 0.75);
@define-color white #ffffff;
@define-color black #000000;
/* Module Colors */
@define-color module-fg #f5e0dc;
@define-color workspaces #271f33;
@define-color cpuinfo #281d30;
@define-color memory #332440;
@define-color cpu #372542;
@define-color distro-fg #000000;
@define-color distro-bg #885ab0;
@define-color time #372542;
@define-color date #332440;
@define-color tray #281d30;
@define-color pulseaudio #281d30;
@define-color backlight #332440;
@define-color battery #372542;
@define-color power #885ab0;
/* State Colors */
@define-color warning #f9e2af;
@define-color critical #f38ba8;
@define-color charging #cdd6f4;