From 50672c617ef6451b55d781e4ca3c88971c9fd149 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 18 Jun 2025 21:56:02 +0200 Subject: [PATCH] Use better background --- themes/catppuccin/waybar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/catppuccin/waybar.css b/themes/catppuccin/waybar.css index 6aa0d9d..20d1a8b 100644 --- a/themes/catppuccin/waybar.css +++ b/themes/catppuccin/waybar.css @@ -1,5 +1,5 @@ * { color: #cdd6f4; - background-color: #1e1e2e; + background-color: #181824; }