diff options
| author | silver <[email protected]> | 2018-05-30 00:22:34 -0400 |
|---|---|---|
| committer | silver <[email protected]> | 2018-05-30 00:22:34 -0400 |
| commit | 7ecc2ffd39d1c01639da666dd4dbe0aa4789f85c (patch) | |
| tree | 6ce9bcfa4ca9800d3078dce2f2121d1e8507722a | |
| parent | vscode template json file added (diff) | |
| parent | vscode template json file added (diff) | |
| download | pywal-7ecc2ffd39d1c01639da666dd4dbe0aa4789f85c.tar.xz pywal-7ecc2ffd39d1c01639da666dd4dbe0aa4789f85c.zip | |
background and comment colors corrected
| -rw-r--r-- | pywal/templates/colors-vscode.json | 8 |
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}" }} }} - - |