Home Gen424 @ 2024-11-02-13:05
This commit is contained in:
parent
b1676a9a5f
commit
74c20d2ad2
@ -240,8 +240,8 @@
|
|||||||
"blur, swaync-notification-window"
|
"blur, swaync-notification-window"
|
||||||
"ignorezero, swaync-control-center"
|
"ignorezero, swaync-control-center"
|
||||||
"ignorezero, swaync-notification-window"
|
"ignorezero, swaync-notification-window"
|
||||||
# "ignorealpha 0.5, swaync-control-center"
|
"ignorealpha 0.5, swaync-control-center"
|
||||||
# "ignorealpha 0.5, swaync-notification-window"
|
"ignorealpha 0.5, swaync-notification-window"
|
||||||
];
|
];
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
|||||||
@ -4,6 +4,11 @@
|
|||||||
@define-color hover alpha(@selected, .4);
|
@define-color hover alpha(@selected, .4);
|
||||||
@define-color urgent @color2;
|
@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;
|
color: @text;
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,10 @@
|
|||||||
@define-color selected @color3;
|
@define-color selected @color3;
|
||||||
@define-color hover @color5;
|
@define-color hover @color5;
|
||||||
@define-color urgent @color2;
|
@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);
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user