Changed notification center color scheme, and fixed some config files organization

This commit is contained in:
Gu://em_ 2025-12-07 11:51:54 +01:00
parent 3a51816053
commit 79b8dab54b
7 changed files with 28 additions and 17 deletions

View file

@ -0,0 +1,7 @@
@define-color active #e64e4e;
@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 #333940;
@define-color alert #ea4545;

View file

@ -1,4 +1,4 @@
@import url('seventy-nine.css');
@import url('power-on.css');
@define-color control-background alpha(@background_dark, 0.8);