mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-21 00:30:53 +02:00
Merge pull request #346 from lasers/add-speedcrunch
export: add speedcrunch template
This commit is contained in:
commit
bf886286c7
@ -44,6 +44,7 @@ def get_export_type(export_type):
|
|||||||
"rofi": "colors-rofi.Xresources",
|
"rofi": "colors-rofi.Xresources",
|
||||||
"scss": "colors.scss",
|
"scss": "colors.scss",
|
||||||
"shell": "colors.sh",
|
"shell": "colors.sh",
|
||||||
|
"speedcrunch": "colors-speedcrunch.json",
|
||||||
"sway": "colors-sway",
|
"sway": "colors-sway",
|
||||||
"tty": "colors-tty.sh",
|
"tty": "colors-tty.sh",
|
||||||
"waybar": "colors-waybar.css",
|
"waybar": "colors-waybar.css",
|
||||||
|
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