Description
Problem to solve
-
We currently default to Gitpod Light theme for VS Code.
-
VS Code 1.42 introduced[1] the ability to auto switch theme based on OS color scheme, using the following settings:
workbench.preferredLightColorTheme
workbench.preferredDarkColorTheme
- Current workbench defaults for preferred color themes still use the default Light+ and Dark+ themes that come with VS Code.
-
Automatically using the system theme for VS Code can improve UX for users that also prefer syncing system theme with light or time conditions. This is also under consideration for Gitpod's dashboard theme, see Change dashboard default theme to system for new users #6395.
-
Once this changes is live it could make syncing the theme between dashboard and editor obsolete, see [dashboard] Sync theme preference between dashboard and editor #3982.
See relevant discussion (internal).
Proposal
Change workbench preferred color themes so that the editor automatically switches to Gitpod Light or Gitpod Dark if the user never changed their theme.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status