diff options
Diffstat (limited to 'config/wallust/wallust.toml')
| -rw-r--r-- | config/wallust/wallust.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index 76d0267c..65077208 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -3,7 +3,7 @@ # How the image is parse, in order to get the colors: # full - resized - wal - thumb - fastresize - kmeans -backend = "kmeans" +backend = "fastresize" # What color space to use to produce and select the most prominent colors: # lab - labmixed - lch - lchmixed @@ -23,7 +23,7 @@ color_space = "labmixed" # * softdark16 - softdark with 16 color variation # * softlight - Light with soft pastel colors, counterpart of `harddark` # * softlight16 - softlight with 16 color variation -palette = "softdark16" +palette = "dark16" # Difference between similar colors, used by the colorspace: # 1 Not perceptible by human eyes. @@ -46,8 +46,6 @@ rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi' waybar.template = 'colors-waybar.css' waybar.target = '~/.config/waybar/wallust/colors-waybar.css' -kitty.template = 'colors-kitty.conf' -kitty.target = '~/.config/kitty/kitty-themes/01-Wallust.conf' ghostty.template = 'colors-ghostty.conf' ghostty.target = '~/.config/ghostty/wallust.conf' |
