From d7ff1c1dea16619a38f35536a5c00685d848abce Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 10 May 2024 02:03:31 +0900 Subject: Initial Push - Moving to Wallust from Pywal --- config/swaync/style.css | 3 ++- config/swaync/wallust/colors-wallust.css | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 config/swaync/wallust/colors-wallust.css (limited to 'config/swaync') diff --git a/config/swaync/style.css b/config/swaync/style.css index da3746c9..a87d9961 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -1,6 +1,7 @@ /* ----------- 💫 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-bg rgba(0, 0, 0, 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; -- cgit v1.2.3