diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-10 18:21:07 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-10 18:21:07 -0500 |
| commit | 9038ba48751dec58695774b74524918b866ca2a0 (patch) | |
| tree | e71ea117baf38c8cca618c98bd0127b5b9eec07f | |
| parent | 310e9b63f416d41b59e3b6c46f5bf5ee565c1faf (diff) | |
Fixing ML4W color with ddubs waybar x2
| -rw-r--r-- | config/waybar/style/ML4W-Glass.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/waybar/style/ML4W-Glass.css b/config/waybar/style/ML4W-Glass.css index 86000055..4811bc26 100644 --- a/config/waybar/style/ML4W-Glass.css +++ b/config/waybar/style/ML4W-Glass.css @@ -26,6 +26,16 @@ General } @import "style/ML4W/glass.css"; + +/* Neutral glass overrides: avoid red/magenta palettes from wallust */ +@define-color surface @background-alt; /* main glass body */ +@define-color surface_dim @background; /* inner shadow base */ +@define-color primary @foreground; /* accents/lines */ +@define-color on_primary @background; /* accent contrast */ +@define-color on_primary_fixed @background; +@define-color on_primary_fixed_variant @foreground; +@define-color on_tertiary_fixed @background; /* module pill bg */ +@define-color on_tertiary_fixed_variant @foreground; /* module pill fg */ @define-color surface @background-alt; /* neutral semi‑transparent base */ @define-color surface_dim @background; /* darker neutral base */ |
