From 4ab8a911301b3caf53d8b8c6824b317c653f6d07 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 11 Jan 2026 14:14:33 -0500 Subject: Restored gradient tryin fix color w/theme --- config/waybar/style/ML4W Glass.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index 397613a6..0cfcf14e 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -26,6 +26,19 @@ General } @import "style/ML4W/glass.css"; +/* Soft-neutral override: keeps glass gradients but avoids red-dominant palettes */ +@define-color surface @background-alt; +@define-color surface_dim @background; +@define-color primary @foreground; +@define-color on_primary @background; +@define-color on_primary_fixed @background; +@define-color on_primary_fixed_variant @foreground; +@define-color secondary @foreground; +@define-color on_secondary @background; +@define-color on_tertiary_fixed @background; +@define-color on_tertiary_fixed_variant @foreground; +@define-color error @foreground; +@define-color on_error @background; window#waybar { background: transparent; -- cgit v1.2.3