Skip to content

Commit

Permalink
switch workbench preferred color themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shulammite-Aso authored and jeanp413 committed Nov 17, 2021
1 parent 5fe403a commit 895c073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/gitpod/browser/workbench/workbench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,8 @@ async function doStart(): Promise<IDisposable> {
},
configurationDefaults: {
'workbench.colorTheme': 'Gitpod Light',
'workbench.preferredLightColorTheme': 'Gitpod Light',
'workbench.preferredDarkColorTheme': 'Gitpod Dark',
},
developmentOptions: {
logLevel: logLevel ? parseLogLevel(logLevel) : undefined
Expand Down

0 comments on commit 895c073

Please sign in to comment.