diff options
| author | silver <noahcy117@gmail.com> | 2018-05-30 00:22:34 -0400 |
|---|---|---|
| committer | silver <noahcy117@gmail.com> | 2018-05-30 00:22:34 -0400 |
| commit | 7ecc2ffd39d1c01639da666dd4dbe0aa4789f85c (patch) | |
| tree | 6ce9bcfa4ca9800d3078dce2f2121d1e8507722a | |
| parent | 6afcb2c5a2cd5e935f75d5f34f52a6e2e04c8d33 (diff) | |
| parent | a75698ea8171e9bc80c6faf5c5d294d6b6dec31e (diff) | |
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}" }} }} - - |
