background and comment colors corrected

This commit is contained in:
silver 2018-05-30 00:22:34 -04:00
commit 7ecc2ffd39

View File

@ -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}"
}}
}}