mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-17 18:50:55 +01: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",
|
||||
"sway": "colors-sway",
|
||||
"tty": "colors-tty.sh",
|
||||
"vscode": "colors-vscode.json",
|
||||
"waybar": "colors-waybar.css",
|
||||
"xresources": "colors.Xresources",
|
||||
"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…
Reference in New Issue
Block a user