Merge pull request #250 from noyoshi/add-vs-code-support

vscode template json file added
This commit is contained in:
dylan 2020-01-23 10:38:42 +02:00 committed by GitHub
commit db48957bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -90,6 +90,7 @@ def get_export_type(export_type):
"speedcrunch": "colors-speedcrunch.json",
"sway": "colors-sway",
"tty": "colors-tty.sh",
"vscode": "colors-vscode.json",
"waybar": "colors-waybar.css",
"xresources": "colors.Xresources",
"xmonad": "colors.hs",

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