add wallust kitty colorscheme
This commit is contained in:
parent
fcdc3f118c
commit
1650bd6fd3
2 changed files with 28 additions and 1 deletions
23
.config/wallust/kitty
Normal file
23
.config/wallust/kitty
Normal file
|
@ -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}
|
|
@ -5,7 +5,7 @@
|
||||||
# * resized - resizes the image to 1/4th of the original, before parsing it (more color mixing, faster)
|
# * 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)
|
# * thumb - fast algo hardcoded to 512x512 (faster than resized)
|
||||||
# * wal - uses image magick `convert` to read the image (less colors)
|
# * 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:
|
# What color space to use to produce and select the most prominent colors:
|
||||||
# * lab - use CIEL*a*b color space
|
# * lab - use CIEL*a*b color space
|
||||||
|
@ -39,3 +39,7 @@ filter = "dark16"
|
||||||
[[entry]]
|
[[entry]]
|
||||||
template = "alacritty"
|
template = "alacritty"
|
||||||
target = "~/.config/alacritty/colors.yml"
|
target = "~/.config/alacritty/colors.yml"
|
||||||
|
|
||||||
|
[[entry]]
|
||||||
|
template = "kitty"
|
||||||
|
target = "~/.config/kitty/kitty.d/colors.conf"
|
||||||
|
|
Loading…
Reference in a new issue