From a0d2f007fdd772a288366725125d7081272d06aa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 10 Jan 2026 21:08:57 +0100 Subject: [PATCH] Specialize waybar to match the backgrounds better --- themes/catppuccin/waybar.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 themes/catppuccin/waybar.css diff --git a/themes/catppuccin/waybar.css b/themes/catppuccin/waybar.css new file mode 100644 index 00000000..bf35a404 --- /dev/null +++ b/themes/catppuccin/waybar.css @@ -0,0 +1,2 @@ +@define-color foreground #cdd6f4; +@define-color background #181824;