diff options
Diffstat (limited to 'config/waybar/style/Wallust-ML4W-modern-mixed.css')
| -rw-r--r-- | config/waybar/style/Wallust-ML4W-modern-mixed.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/waybar/style/Wallust-ML4W-modern-mixed.css b/config/waybar/style/Wallust-ML4W-modern-mixed.css index d627b576..f8ef2630 100644 --- a/config/waybar/style/Wallust-ML4W-modern-mixed.css +++ b/config/waybar/style/Wallust-ML4W-modern-mixed.css @@ -8,10 +8,10 @@ @define-color workspacesbackground1 @color12; @define-color workspacesbackground2 @background; @define-color bordercolor @color11; -@define-color textcolor1 @foreground; -@define-color textcolor2 @background; -@define-color textcolor3 @foreground; -@define-color iconcolor @foreground; +@define-color textcolor1 @color15; +@define-color textcolor2 @color7; +@define-color textcolor3 @color15; +@define-color iconcolor @color15; * { font-family: "JetBrainsMono Nerd Font"; @@ -42,7 +42,7 @@ border-bottom: 0px solid @foreground; border: 0px; font-weight: bold; font-style: normal; - opacity: 0.8; + opacity: 1; color: @textcolor1; } @@ -54,7 +54,7 @@ border-bottom: 0px solid @foreground; color: @textcolor1; background-color: @workspacesbackground2; transition: all 0.1s linear; - opacity: 0.4; + opacity: 1; } #taskbar button.active, @@ -93,7 +93,7 @@ tooltip label { border-radius: 5px 5px 5px 5px; color:white; font-weight:normal; - opacity:0.8; + opacity: 1; } window#waybar.empty #window { |
