Adapting backgrounds active

This commit is contained in:
2026-02-27 16:37:07 +01:00
parent a0d1237cd7
commit fd0811c5d4
@@ -3,16 +3,13 @@
@define-color inactive rgba(89, 89, 89, 0.667); @define-color inactive rgba(89, 89, 89, 0.667);
@define-color blue rgba(51, 204, 255, 0.933); @define-color blue rgba(51, 204, 255, 0.933);
@define-color green rgba(0, 255, 153, 0.933); @define-color green rgba(0, 255, 153, 0.933);
@define-color text rgba(255, 255, 255, 1.0); @define-color text rgba(255, 255, 255, 1.0);
@define-color surface1 rgba(255, 255, 255, 0.08); @define-color surface1 rgba(255, 255, 255, 0.08);
@define-color subtext1 rgba(255, 255, 255, 0.35); @define-color subtext1 rgba(255, 255, 255, 0.35);
@define-color red rgba(255, 0, 0, 0.90); @define-color red rgba(255, 0, 0, 0.90);
@define-color yellow rgba(249, 226, 175, 1.0); @define-color yellow rgba(249, 226, 175, 1.0);
@define-color overlay1 rgba(255, 255, 255, 0.55); @define-color overlay1 rgba(255, 255, 255, 0.55);
@define-color active_fill rgba(255, 255, 255, 0.15);
/* Active “fill” shared by active workspace + overflow */
@define-color active_fill rgba(255, 255, 255, 0.05);
* { * {
font-family: font-family:
@@ -29,7 +26,6 @@ window#waybar {
background: transparent; background: transparent;
background-color: transparent; background-color: transparent;
color: @text; color: @text;
/* Helps prevent right-edge clipping of last module */ /* Helps prevent right-edge clipping of last module */
padding-right: 6px; padding-right: 6px;
padding-left: 6px; padding-left: 6px;