mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 09:23:08 +01:00
export: add speedcrunch template
This commit is contained in:
parent
f0de048bb9
commit
24735845f6
@ -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",
|
||||
|
15
pywal/templates/colors-speedcrunch.json
Normal file
15
pywal/templates/colors-speedcrunch.json
Normal 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}"
|
||||
}}
|
Loading…
Reference in New Issue
Block a user