Centralized color management and small other changes

This commit is contained in:
Gu://em_ 2025-06-18 12:07:51 +02:00
parent 602e3f2f97
commit fad4736225
14 changed files with 52 additions and 59 deletions

18
.config/colors/colors.css Normal file
View file

@ -0,0 +1,18 @@
/* Swaync */
@define-color active #ec775c;
@define-color background_dark #1c2128;
@define-color background_light #22272e;
@define-color background_transparent alpha(#18191c, 0.7);
@define-color foreground #e4e8ed;
@define-color border #444C56;
@define-color alert #ea4545;
/* Waybar */
@define-color foreground #e4e8ed;
@define-color background #18191c;
/* @define-color accentColor #b6c8d3; */
@define-color accentColor #ec775c;
@define-color charging #6bc46d;

View file

@ -0,0 +1,2 @@
$active_color = rgba(98C1D9FF)
$inactive_color = rgba(595959aa)

View file

@ -1,20 +0,0 @@
@define-color foreground #f5dbb0;
@define-color background #0C0D0F;
@define-color cursor #f5dbb0;
@define-color color0 #0C0D0F;
@define-color color1 #9A6130;
@define-color color2 #95725E;
@define-color color3 #D68A38;
@define-color color4 #B48666;
@define-color color5 #D69B64;
@define-color color6 #F1B268;
@define-color color7 #f5dbb0;
@define-color color8 #ab997b;
@define-color color9 #FF0000;
@define-color color10 #95725E;
@define-color color11 #D68A38;
@define-color color12 #B48666;
@define-color color13 #D69B64;
@define-color color14 #F1B268;
@define-color color15 #f5dbb0;

View file

@ -1,7 +0,0 @@
@define-color foreground #e4e8ed;
@define-color background #18191c;
/* @define-color accentColor #b6c8d3; */
@define-color accentColor #ec775c;
@define-color charging #6bc46d;