vscode template json file added

This commit is contained in:
Noah Yoshida 2018-05-29 20:13:10 -07:00 committed by silver
parent 1ef4c742a2
commit 6afcb2c5a2
2 changed files with 17 additions and 0 deletions

View File

@ -44,6 +44,7 @@ def get_export_type(export_type):
"shell": "colors.sh",
"sway": "colors-sway",
"tty": "colors-tty.sh",
"vscode": "colors-vscode.json",
"xresources": "colors.Xresources",
"yaml": "colors.yml",
}.get(export_type, export_type)

View File

@ -0,0 +1,16 @@
{{
"editor.tokenColorCustomizations": {{
"functions": "{color1}",
"keywords": "{color2}",
"numbers": "{color3}",
"strings": "{color4}",
"types": "{color5}",
"variables": "{color6}",
"comments": "{color7}"
}},
"workbench.colorCustomizations": {{
"editor.background": "{color0}"
}}
}}