diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-10 10:55:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-10 10:55:49 +0900 |
| commit | f233063b8a85422d4e2898918d78d5321db882eb (patch) | |
| tree | 30e9177c8361a275709e5053414829f5edbc4bd7 /config/swaync/style.css | |
| parent | 04a693a9eaf5edac5e7c1d4b5424ef31158c676d (diff) | |
| parent | e6643cb12158f84f056742080f20dd394d5abd9d (diff) | |
Merge pull request #252 from JaKooLit/development-wallust
Merging - Wallust Branch to Development Branch..
Diffstat (limited to 'config/swaync/style.css')
| -rwxr-xr-x | config/swaync/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css index da3746c9..537b7d3c 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -1,13 +1,14 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* swaync colors - wallust from waybar.css */ -@import '../../.cache/wal/colors-waybar.css'; +@import '../../.config/waybar/wallust/colors-waybar.css'; -@define-color noti-border-color @color2; +@define-color noti-border-color @color10; @define-color noti-bg rgba(0, 0, 0, 0.8); @define-color noti-bg-alt #111111; @define-color noti-bg-hover @color2; -@define-color text-color @color7; -@define-color text-color-alt @color2; +@define-color text-color @color12; +@define-color text-color-alt @color9; @define-color text-color-disabled rgba(150, 150, 150, 0.8); * { |
