export: add speedcrunch template

This commit is contained in:
lasers 2018-11-26 01:03:42 -06:00
parent f0de048bb9
commit 24735845f6
2 changed files with 16 additions and 0 deletions

View File

@ -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",

View File

@ -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}"
}}