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 | |
| 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')
| -rwxr-xr-x | config/swaync/style.css | 9 | ||||
| -rw-r--r-- | config/swaync/wallust/colors-wallust.css | 9 |
2 files changed, 14 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); * { diff --git a/config/swaync/wallust/colors-wallust.css b/config/swaync/wallust/colors-wallust.css new file mode 100644 index 00000000..bc36eb3b --- /dev/null +++ b/config/swaync/wallust/colors-wallust.css @@ -0,0 +1,9 @@ +@define-color text #E2FECE; +@define-color background rgba(1,1,2,0.25); +@define-color background-alt #010102; +@define-color cursor #E2FECE; +@define-color hovered #0AE59C; +@define-color button-background #81BC57; +@define-color button-active #9E2517; +@define-color border #776D19; +@define-color urgent #CDF5B1; |
