summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlasers <lasers@users.noreply.github.com>2018-11-26 01:03:42 -0600
committerlasers <lasers@users.noreply.github.com>2018-11-26 01:11:53 -0600
commit24735845f6251d3e78024fe6d554a8b265ddf0e8 (patch)
tree7c4ab21177be484860e639e65cc02fa4d8a89fc5
parentf0de048bb992d15a3cbbca1d7c5fc356ae2f8620 (diff)
export: add speedcrunch template
-rw-r--r--pywal/export.py1
-rw-r--r--pywal/templates/colors-speedcrunch.json15
2 files changed, 16 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",
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}"
+}}