From 417957663ce980d391a47d7356ab4847d94f61ae Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 18 Jun 2025 21:30:17 +0200 Subject: [PATCH] Catpuccin colors --- themes/catppuccin/swaync.css | 2 +- themes/catppuccin/waybar.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/catppuccin/swaync.css b/themes/catppuccin/swaync.css index a736454..ad2f113 100644 --- a/themes/catppuccin/swaync.css +++ b/themes/catppuccin/swaync.css @@ -1,6 +1,6 @@ .notification { color: #cdd6f4; - background-color: rgba(26, 27, 38, 0.95); + background-color: rgba(30, 30, 46, 0.95); border: 2px solid #313244; } diff --git a/themes/catppuccin/waybar.css b/themes/catppuccin/waybar.css index e19e988..6aa0d9d 100644 --- a/themes/catppuccin/waybar.css +++ b/themes/catppuccin/waybar.css @@ -1,5 +1,5 @@ * { color: #cdd6f4; - background-color: #1a1b26; + background-color: #1e1e2e; }