diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-07-04 11:06:40 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-04 11:06:40 +1000 |
| commit | 0a513a1c2f2a1bc946fb340bc2ee0068a78615e1 (patch) | |
| tree | 2675423a56dcd6011cca21b58a401af319509d25 /pywal/export.py | |
| parent | f0480c26a8770c37878b7f04b36058170ea7c22d (diff) | |
| parent | f13f7a05d5edbe0b064cb52720c22b81cd44c9dd (diff) | |
Merge pull request #274 from vxid/master
Add kitty support
Diffstat (limited to 'pywal/export.py')
| -rw-r--r-- | pywal/export.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py index 993e528..357656e 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -37,6 +37,7 @@ def get_export_type(export_type): "gtk2": "colors-gtk2.rc", "json": "colors.json", "konsole": "colors-konsole.colorscheme", + "kitty": "colors-kitty.conf", "plain": "colors", "putty": "colors-putty.reg", "rofi": "colors-rofi.Xresources", |
