Skip to content

Commit 802b785

Browse files
Shulammite-Asojeanp413
authored andcommitted
switch workbench preferred color themes
1 parent 45b6518 commit 802b785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/gitpod/browser/workbench/workbench.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,8 @@ async function doStart(): Promise<IDisposable> {
833833
},
834834
configurationDefaults: {
835835
'workbench.colorTheme': 'Gitpod Light',
836+
'workbench.preferredLightColorTheme': 'Gitpod Light',
837+
'workbench.preferredDarkColorTheme': 'Gitpod Dark',
836838
},
837839
developmentOptions: {
838840
logLevel: logLevel ? parseLogLevel(logLevel) : undefined

0 commit comments

Comments
 (0)