diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 19:18:12 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 19:18:54 +0900 |
| commit | ba87c54ce748e40df2fbae2593fe9493fd73177f (patch) | |
| tree | 4683fad6140ffa75d2a3c16d5928393d8ea3f69d /config/swaync | |
| parent | 6f5e8a6db7ebceeb0640b4debfa2d8a90c449ec5 (diff) | |
some adjustments on dark-light switcher. SwayNC notibg-alt is now from directly from wallust
Diffstat (limited to 'config/swaync')
| -rwxr-xr-x | config/swaync/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css index a9dc328f..1aed332c 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -5,7 +5,7 @@ @define-color noti-border-color @color12; @define-color noti-bg rgba(0, 0, 0, 0.8); -@define-color noti-bg-alt #111111; +@define-color noti-bg-alt @background-alt; @define-color noti-bg-hover @background; @define-color text-color @foreground; |
