mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-14 13:46:57 +02:00
Merge pull request #250 from noyoshi/add-vs-code-support
vscode template json file added
This commit is contained in:
commit
db48957bde
@ -90,6 +90,7 @@ def get_export_type(export_type):
|
|||||||
"speedcrunch": "colors-speedcrunch.json",
|
"speedcrunch": "colors-speedcrunch.json",
|
||||||
"sway": "colors-sway",
|
"sway": "colors-sway",
|
||||||
"tty": "colors-tty.sh",
|
"tty": "colors-tty.sh",
|
||||||
|
"vscode": "colors-vscode.json",
|
||||||
"waybar": "colors-waybar.css",
|
"waybar": "colors-waybar.css",
|
||||||
"xresources": "colors.Xresources",
|
"xresources": "colors.Xresources",
|
||||||
"xmonad": "colors.hs",
|
"xmonad": "colors.hs",
|
||||||
|
14
pywal/templates/colors-vscode.json
Normal file
14
pywal/templates/colors-vscode.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{{
|
||||||
|
"editor.tokenColorCustomizations": {{
|
||||||
|
"functions": "{color1}",
|
||||||
|
"keywords": "{color2}",
|
||||||
|
"numbers": "{color3}",
|
||||||
|
"strings": "{color4}",
|
||||||
|
"types": "{color5}",
|
||||||
|
"variables": "{color6}",
|
||||||
|
"comments": "{color8}"
|
||||||
|
}},
|
||||||
|
"workbench.colorCustomizations": {{
|
||||||
|
"editor.background": "{background}"
|
||||||
|
}}
|
||||||
|
}}
|
Loading…
x
Reference in New Issue
Block a user