diff --git a/themes/everforest/swaync.css b/themes/everforest/swaync.css index ad2f113..9319568 100644 --- a/themes/everforest/swaync.css +++ b/themes/everforest/swaync.css @@ -1,10 +1,10 @@ .notification { - color: #cdd6f4; - background-color: rgba(30, 30, 46, 0.95); - border: 2px solid #313244; + color: #d3c6aa; + background-color: rgba(45, 53, 59, 0.95); + border: 2px solid #475258; } .body { - color: #a6adc8; + color: #a7c080; } diff --git a/themes/everforest/waybar.css b/themes/everforest/waybar.css index 20d1a8b..25876f1 100644 --- a/themes/everforest/waybar.css +++ b/themes/everforest/waybar.css @@ -1,5 +1,5 @@ * { - color: #cdd6f4; - background-color: #181824; + color: #d3c6aa; + background-color: #2d353b; } diff --git a/themes/gruvbox/swaync.css b/themes/gruvbox/swaync.css index ad2f113..1f5c6b2 100644 --- a/themes/gruvbox/swaync.css +++ b/themes/gruvbox/swaync.css @@ -1,10 +1,10 @@ .notification { - color: #cdd6f4; - background-color: rgba(30, 30, 46, 0.95); - border: 2px solid #313244; + color: #d4be98; + background-color: rgba(40, 40, 40, 0.95); + border: 2px solid #3c3836; } .body { - color: #a6adc8; + color: #a9b665; } diff --git a/themes/gruvbox/waybar.css b/themes/gruvbox/waybar.css index 20d1a8b..2cd0727 100644 --- a/themes/gruvbox/waybar.css +++ b/themes/gruvbox/waybar.css @@ -1,5 +1,5 @@ * { - color: #cdd6f4; - background-color: #181824; + color: #d4be98; + background-color: #282828; } diff --git a/themes/kanagawa/swaync.css b/themes/kanagawa/swaync.css index ad2f113..97aabb6 100644 --- a/themes/kanagawa/swaync.css +++ b/themes/kanagawa/swaync.css @@ -1,10 +1,10 @@ .notification { - color: #cdd6f4; - background-color: rgba(30, 30, 46, 0.95); - border: 2px solid #313244; + color: #dcd7ba; + background-color: rgba(31, 31, 40, 0.95); + border: 2px solid #2d4f67; } .body { - color: #a6adc8; + color: #76946a; } diff --git a/themes/kanagawa/waybar.css b/themes/kanagawa/waybar.css index 20d1a8b..4c5e634 100644 --- a/themes/kanagawa/waybar.css +++ b/themes/kanagawa/waybar.css @@ -1,5 +1,5 @@ * { - color: #cdd6f4; - background-color: #181824; + color: #dcd7ba; + background-color: #1f1f28; } diff --git a/themes/nord/swaync.css b/themes/nord/swaync.css index ad2f113..3a9a622 100644 --- a/themes/nord/swaync.css +++ b/themes/nord/swaync.css @@ -1,10 +1,10 @@ .notification { - color: #cdd6f4; - background-color: rgba(30, 30, 46, 0.95); - border: 2px solid #313244; + color: #d8dee9; + background-color: rgba(46, 52, 64, 0.95); + border: 2px solid #4c566a; } .body { - color: #a6adc8; + color: #a3be8c; } diff --git a/themes/nord/waybar.css b/themes/nord/waybar.css index 20d1a8b..dd126b7 100644 --- a/themes/nord/waybar.css +++ b/themes/nord/waybar.css @@ -1,5 +1,5 @@ * { - color: #cdd6f4; - background-color: #181824; + color: #d8dee9; + background-color: #2e3440; }