commit 8a72a243db07b06d7dfed046f14529e4da07ee82
parent 5b6ea5377440cf1a13e24f65694d28afde3235ec
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Fri, 10 May 2024 23:35:02 -0400
wallust.toml: add cider (colors.less) entry; switch theme to dark
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/wallust.toml b/wallust.toml
@@ -43,7 +43,7 @@ threshold = 20
# * softdark16 - softdark with 16 color variation
# * softlight - Light with soft pastel colors, counterpart of `harddark`
# * softlight16 - softlight with 16 color variation
-filter = "softdark16"
+filter = "dark"
# Ensures a "readable contrast" (OPTIONAL, disabled by default)
# Should only be enables when you notice an unreadable contrast frequently happening
@@ -92,6 +92,10 @@ template = "wallust-discord.css"
target = "~/.config/VencordDesktop/theme.css"
new_engine = true
+[[entry]]
+template = "colors.less"
+target = "~/.var/app/sh.cider.Cider/config/Cider/Themes/gh_495921395/colors.less"
+
#[[entry]]
#template = "hypr.conf"
#target = "~/.config/hypr/hyprland-colors.conf"