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", diff --git a/pywal/templates/colors-speedcrunch.json b/pywal/templates/colors-speedcrunch.json new file mode 100644 index 0000000..c9182c4 --- /dev/null +++ b/pywal/templates/colors-speedcrunch.json @@ -0,0 +1,15 @@ +{{ + "cursor": "{cursor}", + "number": "{foreground}", + "parens": "{color13}", + "result": "{color12}", + "comment": "{color8}", + "matched": "{color4}", + "function": "{color1}", + "operator": "{color3}", + "variable": "{color2}", + "scrollbar": "{color3}", + "separator": "{color3}", + "background": "{background}", + "editorbackground": "{background}" +}}