From ca8400ae71692ab83d09c894bc9e2448c6947648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sat, 20 Jan 2024 22:02:16 +0100 Subject: [PATCH] Adjust waybar colors --- waybar/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 467c266..bfe6bf0 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -33,15 +33,15 @@ button:hover { } #workspaces button:hover { - background-color: #002F5F; + background-color: #023269; } #workspaces button.focused { - background-color: #002F5F; + background-color: #023269; } #workspaces button.active { - background-color: #002F5F; + background-color: #023269; } #workspaces button.urgent { @@ -77,7 +77,7 @@ button:hover { #cpu.cpu2, #memory, #temperature { - background-color: #002F5F; + background-color: #023269; } #taskbar button { @@ -91,7 +91,7 @@ button:hover { margin-bottom:2px; } #taskbar button.active { - background-color: #002F5F; + background-color: #023269; } #window {