forked from foxora/nix
init
This commit is contained in:
commit
a07bd5fd9b
66 changed files with 6115 additions and 0 deletions
45
homes/modules/themeing/wallust/templates/kitty-template.conf
Normal file
45
homes/modules/themeing/wallust/templates/kitty-template.conf
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# background & foreground
|
||||
foreground {{ foreground }}
|
||||
background {{ background }}
|
||||
selection_foreground {{ background }}
|
||||
selection_background {{ foreground }}
|
||||
|
||||
# cursor
|
||||
cursor {{ cursor }}
|
||||
cursor_text_color {{ cursor }}
|
||||
|
||||
# other cursor colors to use
|
||||
# cursor: foreground
|
||||
# cursor_text_color: color8
|
||||
|
||||
# black
|
||||
color0 {{ color0 }}
|
||||
color8 {{ color8 }}
|
||||
|
||||
# red
|
||||
color1 {{ color1 }}
|
||||
color9 {{ color9 }}
|
||||
|
||||
# green
|
||||
color2 {{ color2 }}
|
||||
color10 {{ color10 }}
|
||||
|
||||
# yellow
|
||||
color3 {{ color3 }}
|
||||
color11 {{ color11 }}
|
||||
|
||||
# blue
|
||||
color4 {{ color4 }}
|
||||
color12 {{ color12 }}
|
||||
|
||||
# magenta
|
||||
color5 {{ color5 }}
|
||||
color13 {{ color13 }}
|
||||
|
||||
# cyan
|
||||
color6 {{ color6 }}
|
||||
color14 {{ color14 }}
|
||||
|
||||
# white
|
||||
color7 {{ color7 }}
|
||||
color15 {{ color15 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue