summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
Diffstat (limited to 'pywal')
-rw-r--r--pywal/templates/colors-vscode.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/pywal/templates/colors-vscode.json b/pywal/templates/colors-vscode.json
index 75c0a2f..0239717 100644
--- a/pywal/templates/colors-vscode.json
+++ b/pywal/templates/colors-vscode.json
@@ -1,16 +1,14 @@
{{
"editor.tokenColorCustomizations": {{
- "functions": "{color1}",
+ "functions": "{color1}",
"keywords": "{color2}",
"numbers": "{color3}",
"strings": "{color4}",
"types": "{color5}",
"variables": "{color6}",
- "comments": "{color7}"
+ "comments": "{color8}"
}},
"workbench.colorCustomizations": {{
- "editor.background": "{color0}"
+ "editor.background": "{background}"
}}
}}
-
-