From 7cc46f0771352a1ac486df9bdeb5826712d11d33 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Sat, 15 Jul 2023 17:03:48 +0100 Subject: Add new colour scheme --- waybar/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'waybar/style.css') 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, -- cgit v1.2.3-70-g09d2