diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-22 19:31:33 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-22 19:31:33 -0600 |
commit | bf2f7d42b4d9f64d43b397083d78ba57155fd755 (patch) | |
tree | d0b55746b914dff03c439cefbb04e38bb5f409ef /config/linux/waybar | |
parent | 687b587df09b49a903decf47b53cac7412b28970 (diff) |
change sway colors to match tempus totus
Diffstat (limited to 'config/linux/waybar')
-rw-r--r-- | config/linux/waybar/style.css | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/config/linux/waybar/style.css b/config/linux/waybar/style.css index e83e12b..1edaea5 100644 --- a/config/linux/waybar/style.css +++ b/config/linux/waybar/style.css @@ -7,16 +7,16 @@ } window#waybar { - background: #eff0f2; - color: #4a4b4e; - border-bottom: 1px solid #dee2e0; + background: #ffffff; + color: #4a484d; + border-bottom: 1px solid #efefef; border-left: 5px solid black; border-right: 5px solid black; } .modules-left, .modules-center, .modules-right { - background: #eff0f2; - border-bottom: 1px solid #dee2e0; + background: #ffffff; + border-bottom: 1px solid #efefef; } .modules-left { @@ -29,13 +29,13 @@ window#waybar { } tooltip { - background: alpha(#eff0f2, 0.95); - border: 1px solid #dee2e0; + background: alpha(#ffffff, 0.95); + border: 1px solid #efefef; border-radius: 5px; } tooltip label { - color: #4a4b4e; + color: #4a484d; } label { @@ -55,11 +55,11 @@ label { #workspaces button:hover { box-shadow: inherit; text-shadow: inherit; - background: #eff0f2; + background: #ffffff; } #workspaces button.focused { - background: #dee2e0; + background: #efefef; } #idle_inhibitor { @@ -68,11 +68,11 @@ label { } #idle_inhibitor.activated { - color: #eff0f2; - background: #a32a3a; - text-shadow: 1px 1px 0 #ae4e2a; + color: #ffffff; + background: #a50000; + text-shadow: 1px 1px 0 #992030; } #custom-reboot { - color: #a32a3a; + color: #a50000; } |