From 1650bd6fd3f636a76c5236de128fe69f3fb6efe8 Mon Sep 17 00:00:00 2001 From: Artyom Date: Sun, 8 Oct 2023 10:34:21 +0300 Subject: [PATCH] add wallust kitty colorscheme --- .config/wallust/kitty | 23 +++++++++++++++++++++++ .config/wallust/wallust.toml | 6 +++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .config/wallust/kitty diff --git a/.config/wallust/kitty b/.config/wallust/kitty new file mode 100644 index 0000000..f0dfdae --- /dev/null +++ b/.config/wallust/kitty @@ -0,0 +1,23 @@ +background {color0} +foreground {color15} + +cursor_text_color {color0} +cursor {color15} + +color0 {color0} +color1 {color1} +color2 {color2} +color3 {color3} +color4 {color4} +color5 {color5} +color6 {color6} +color7 {color7} + +color8 {color8} +color9 {color9} +color10 {color10} +color11 {color11} +color12 {color12} +color13 {color13} +color14 {color14} +color15 {color15} diff --git a/.config/wallust/wallust.toml b/.config/wallust/wallust.toml index 8e2c039..6a3a30e 100644 --- a/.config/wallust/wallust.toml +++ b/.config/wallust/wallust.toml @@ -5,7 +5,7 @@ # * resized - resizes the image to 1/4th of the original, before parsing it (more color mixing, faster) # * thumb - fast algo hardcoded to 512x512 (faster than resized) # * wal - uses image magick `convert` to read the image (less colors) -backend = "resized" +backend = "thumb" # What color space to use to produce and select the most prominent colors: # * lab - use CIEL*a*b color space @@ -39,3 +39,7 @@ filter = "dark16" [[entry]] template = "alacritty" target = "~/.config/alacritty/colors.yml" + +[[entry]] +template = "kitty" +target = "~/.config/kitty/kitty.d/colors.conf"