diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-15 17:03:48 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-15 17:03:48 +0100 |
| commit | 7cc46f0771352a1ac486df9bdeb5826712d11d33 (patch) | |
| tree | 4e9404d963cfce22c92cf59008451a9470342324 /waybar/style.css | |
| parent | ae41ec1cb0a20fb8d344b7f385f5e5f5634545cf (diff) | |
Add new colour scheme
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/waybar/style.css b/waybar/style.css index 0313815..d7ac024 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -5,9 +5,9 @@ } window#waybar { - background-color: #1c1c1c; + background-color: #22282e; color: #ffffff; - border-bottom: 3px solid #4d4d4d; + border-bottom: 3px solid #434e59; transition-property: background-color; transition-duration: .5s; } @@ -38,7 +38,7 @@ button { } #workspaces button.focused { - background-color: #4d4d4d; + background-color: #434e59; } #workspaces button.urgent { @@ -47,7 +47,7 @@ button { #mode { font-style: italic; - background-color: #4d4d4d; + background-color: #434e59; } #clock, |
