diff options
| author | lasers <lasers@users.noreply.github.com> | 2018-11-26 01:03:42 -0600 |
|---|---|---|
| committer | lasers <lasers@users.noreply.github.com> | 2018-11-26 01:11:53 -0600 |
| commit | 24735845f6251d3e78024fe6d554a8b265ddf0e8 (patch) | |
| tree | 7c4ab21177be484860e639e65cc02fa4d8a89fc5 /pywal/export.py | |
| parent | f0de048bb992d15a3cbbca1d7c5fc356ae2f8620 (diff) | |
export: add speedcrunch template
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 357656e..e737d1b 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -43,6 +43,7 @@ def get_export_type(export_type): "rofi": "colors-rofi.Xresources", "scss": "colors.scss", "shell": "colors.sh", + "speedcrunch": "colors-speedcrunch.json", "sway": "colors-sway", "tty": "colors-tty.sh", "xresources": "colors.Xresources", |
