DEV Community

Bernát Kalló
Bernát Kalló

Posted on

Different color schemes for different projects in VSCode

Helps in context switching, at least for me.

Image description

Two ways to set this:

  • create a Profile for each project, and set workbench.colorTheme in the profile settings
  • OR create a Workspace for each project, and set workbench.colorTheme in the workspace settings

Top comments (0)