Home Gen424 @ 2024-11-02-13:05

This commit is contained in:
Jonas Röger 2024-11-02 13:05:50 +01:00
parent b1676a9a5f
commit 74c20d2ad2
3 changed files with 11 additions and 2 deletions

View File

@ -240,8 +240,8 @@
"blur, swaync-notification-window"
"ignorezero, swaync-control-center"
"ignorezero, swaync-notification-window"
# "ignorealpha 0.5, swaync-control-center"
# "ignorealpha 0.5, swaync-notification-window"
"ignorealpha 0.5, swaync-control-center"
"ignorealpha 0.5, swaync-notification-window"
];
decoration = {

View File

@ -4,6 +4,11 @@
@define-color hover alpha(@selected, .4);
@define-color urgent @color2;
/* Temporary color defs */
@define-color background rgb(0,0.1,0.5);
@define-color background-alt rgb(0,0.3,0.5);
@define-color selected rgb(0.1,0.1,0.7);
* {
color: @text;

View File

@ -3,6 +3,10 @@
@define-color selected @color3;
@define-color hover @color5;
@define-color urgent @color2;
/* Temporary color defs */
@define-color background rgb(0,0.1,0.5);
@define-color background-alt rgb(0,0.3,0.5);
@define-color selected rgb(0.1,0.1,0.7);
* {