mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
vscode template json file added
This commit is contained in:
parent
1ef4c742a2
commit
a75698ea81
@ -44,6 +44,7 @@ def get_export_type(export_type):
|
|||||||
"shell": "colors.sh",
|
"shell": "colors.sh",
|
||||||
"sway": "colors-sway",
|
"sway": "colors-sway",
|
||||||
"tty": "colors-tty.sh",
|
"tty": "colors-tty.sh",
|
||||||
|
"vscode": "colors-vscode.json",
|
||||||
"xresources": "colors.Xresources",
|
"xresources": "colors.Xresources",
|
||||||
"yaml": "colors.yml",
|
"yaml": "colors.yml",
|
||||||
}.get(export_type, export_type)
|
}.get(export_type, export_type)
|
||||||
|
16
pywal/templates/colors-vscode.json
Normal file
16
pywal/templates/colors-vscode.json
Normal 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}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user