How Can I Change the VS Code Background Color to Light Green?
"workbench.colorTheme": "Atom One Light",
"workbench.colorCustomizations": {
"[Atom One Light]": {
"editor.background": "#C7EDCC",
"sideBar.background": "#e7f0e7",
"activityBar.background": "#C7EDCC",
},
},
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.