Changed notification center color scheme, and fixed some config files organization
This commit is contained in:
parent
3a51816053
commit
79b8dab54b
7 changed files with 28 additions and 17 deletions
7
.config/swaync/power-on.css
Normal file
7
.config/swaync/power-on.css
Normal 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;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@import url('seventy-nine.css');
|
||||
@import url('power-on.css');
|
||||
@define-color control-background alpha(@background_dark, 0.8);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue