You can have a different theme per workspace/folder by adjusting the workbench.colorTheme
in the workspace settings.
- Open a new VSCode window.
- Open the project folder where you would like to have a different color theme.
- Navigate to File > Preferences > Settings.
- Select the “Workspace Settings” tab at the top of the settings screen. Anything you edit in here will now be specific to this workspace.
- Search for “colorTheme” and select the color theme you would like for this specific workspace.
Now, whenever you reopen that folder, the color theme will match what you set in the workspace settings.