diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-26 05:31:35 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-26 05:31:35 -0500 |
| commit | d2823ec9b555f46f3ccd5022472877d81129d32a (patch) | |
| tree | e70b97f9f1eeadd1e74d70fab8ca9bd9f9f5860e /config | |
| parent | 945fd1441cc0b3a3e1870d1c7239ad9e38b5742d (diff) | |
Found two more style sheets with the issue that breaks global theme
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/waybar/style/[Wallust] Chroma Tally V2.css
modified: config/waybar/style/[Wallust] Colored.css
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/[Wallust] Chroma Tally V2.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust] Colored.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/waybar/style/[Wallust] Chroma Tally V2.css b/config/waybar/style/[Wallust] Chroma Tally V2.css index 305dcc4e..c7712ab1 100644 --- a/config/waybar/style/[Wallust] Chroma Tally V2.css +++ b/config/waybar/style/[Wallust] Chroma Tally V2.css @@ -62,7 +62,7 @@ window#waybar { } tooltip { - background: @color1; /* Slightly darker tooltip background */ + background: @background-alt; /* Theme-neutral tooltip background */ opacity: 0.8; border-radius: 6px; color: @color7; /* Light text */ diff --git a/config/waybar/style/[Wallust] Colored.css b/config/waybar/style/[Wallust] Colored.css index c95429da..d81c01b6 100644 --- a/config/waybar/style/[Wallust] Colored.css +++ b/config/waybar/style/[Wallust] Colored.css @@ -36,7 +36,7 @@ tooltip { .modules-right { border: 3px solid @color12; border-radius: 40px 0px 0px 0px; - background-color: @color1; + background-color: @background-alt; padding-top: 2px; padding-bottom: 2px; padding-right: 4px; @@ -56,7 +56,7 @@ tooltip { .modules-left { border: 3px solid @color12; border-radius: 0px 0px 40px 0px; - background-color: @color1; + background-color: @background-alt; padding-top: 2px; padding-bottom: 2px; padding-right: 4px; |
