diff options
| author | vxid <maxime.treca@gmail.com> | 2018-07-02 20:13:09 +0200 |
|---|---|---|
| committer | vxid <maxime.treca@gmail.com> | 2018-07-03 08:42:17 +0200 |
| commit | f13f7a05d5edbe0b064cb52720c22b81cd44c9dd (patch) | |
| tree | 2675423a56dcd6011cca21b58a401af319509d25 /pywal/templates | |
| parent | f0480c26a8770c37878b7f04b36058170ea7c22d (diff) | |
Add kitty support
Diffstat (limited to 'pywal/templates')
| -rw-r--r-- | pywal/templates/colors-kitty.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pywal/templates/colors-kitty.conf b/pywal/templates/colors-kitty.conf new file mode 100644 index 0000000..f744418 --- /dev/null +++ b/pywal/templates/colors-kitty.conf @@ -0,0 +1,20 @@ +foreground {foreground} +background {background} +cursor {cursor} + +color0 {color0} +color8 {color8} +color1 {color1} +color9 {color9} +color2 {color2} +color10 {color10} +color3 {color3} +color11 {color11} +color4 {color4} +color12 {color12} +color5 {color5} +color13 {color13} +color6 {color6} +color14 {color14} +color7 {color7} +color15 {color15} |
