blob: 8be1dcd262e6cb26eb2ec9fab34196e97b192660 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# wallust configuration - kitty only (v4)
backend = "fastresize"
palette = "kmeans"
style = "dark"
use16cols = true
kmeans = { k = 16, min_dist = 10.0 }
threshold = 11
[templates]
kitty.template = 'colors-kitty.conf'
kitty.target = '~/.config/kitty/kitty-themes/01-Wallust.conf'
|