We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1c49f commit 205be9dCopy full SHA for 205be9d
themes/vscode/src/light.ts
@@ -22,7 +22,7 @@ export function vscodeLightInit(options?: Partial<CreateThemeOptions>) {
22
return createTheme({
23
theme: theme,
24
settings: {
25
- ...defaultSettingsVscodeDark,
+ ...defaultSettingsVscodeLight,
26
...settings,
27
},
28
styles: [
0 commit comments