We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 1064e2a commit 661bfc9Copy full SHA for 661bfc9
themes/vscode/src/light.ts
@@ -68,7 +68,7 @@ export const vscodeLightStyle: CreateThemeOptions['styles'] = [
68
];
69
70
export function vscodeLightInit(options?: Partial<CreateThemeOptions>) {
71
- const { theme = 'dark', settings = {}, styles = [] } = options || {};
+ const { theme = 'light', settings = {}, styles = [] } = options || {};
72
return createTheme({
73
theme: theme,
74
settings: {
0 commit comments