Skip to content

Change workbench preferred color themes #6403

Closed
@gtsiolis

Description

@gtsiolis

Problem to solve

  1. We currently default to Gitpod Light theme for VS Code.

  2. 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
  1. Current workbench defaults for preferred color themes still use the default Light+ and Dark+ themes that come with VS Code.

Screenshot 2021-10-26 at 4 25 54 PM

  1. 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.

  2. 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

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions