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; }