summaryrefslogtreecommitdiff
path: root/pywal/export.py
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 /pywal/export.py
parent487fcbc4738ecdf37317ca1c747f48a56ba919ac (diff)
parent24735845f6251d3e78024fe6d554a8b265ddf0e8 (diff)
Merge pull request #346 from lasers/add-speedcrunch
export: add speedcrunch template
Diffstat (limited to 'pywal/export.py')
-rw-r--r--pywal/export.py1
1 files changed, 1 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",