diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 19:18:59 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 19:19:06 +0900 |
| commit | dad4db3f51f85c24793f8cd7c5be61ae3a1c8f3a (patch) | |
| tree | 84d9a4d36bfefcf161adc0b83688c7ec636ecde9 /config/swaync | |
| parent | 8f9075caa308fdedcbc8ccba80ee554bd08b6880 (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; |
