summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-04 22:02:04 +0200
committerGitHub <noreply@github.com>2019-01-04 22:02:04 +0200
commitbf886286c7d10d073365aab0f53f731bbbf38e11 (patch)
tree00575568f9fd8c91e1a4ba317b71d4ed3b07d63e
parent487fcbc4738ecdf37317ca1c747f48a56ba919ac (diff)
parent24735845f6251d3e78024fe6d554a8b265ddf0e8 (diff)
Merge pull request #346 from lasers/add-speedcrunch
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 2c02239..83dd15c 100644
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -44,6 +44,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",
"waybar": "colors-waybar.css",
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}"
+}}