Help Center> ModelArts> FAQs> Notebook (New Version)> VS Code> How Can I Change the VS Code Background Color to Light Green?
Updated on 2022-12-06 GMT+08:00

How Can I Change the VS Code Background Color to Light Green?

Add the following settings to the VS Code configuration file settings.json:
 "workbench.colorTheme": "Atom One Light",
 "workbench.colorCustomizations": {
 "[Atom One Light]": {
  "editor.background": "#C7EDCC",
 "sideBar.background": "#e7f0e7",
 "activityBar.background": "#C7EDCC",
      },
 },

VS Code FAQs

more