fix: stylix needs to generate visible colours

This commit is contained in:
2026-05-03 18:53:37 +02:00
parent d1b6d3a560
commit aee5be7f39

View File

@@ -272,24 +272,28 @@ tooltip>* {{
transition: padding 0.05s steps(8); transition: padding 0.05s steps(8);
}} }}
#workspaces>button.empty:not(.active):not(.visible) {{
background-color: #{colors["base03"]};
}}
#workspaces>button.visible:not(.active) {{
background-color: #{colors["base0E"]};
}}
#workspaces>button.active {{ #workspaces>button.active {{
background-color: #{colors["base0D"]}; background-color: #{colors["base0D"]};
padding: 0px 16px; padding: 0px 16px;
border-radius: 100px; border-radius: 100px;
}} }}
#workspaces>button>label {{
font-size: 0px;
}}
#workspaces>button.empty:not(.active) {{
background-color: #{colors["base03"]};
}}
#workspaces>button.urgent {{ #workspaces>button.urgent {{
background-color: #{colors["base08"]}; background-color: #{colors["base08"]};
}} }}
#workspaces>button>label {{
font-size: 0px;
}}
/* Quick Menu styling */ /* Quick Menu styling */
#quick-menu-container {{ #quick-menu-container {{
background-color: #{colors["base00"]}; background-color: #{colors["base00"]};