Skip to content

Commit

Permalink
type(vscode): fix type error. #145
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 7, 2024
1 parent 1c1c49f commit 205be9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/vscode/src/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function vscodeLightInit(options?: Partial<CreateThemeOptions>) {
return createTheme({
theme: theme,
settings: {
...defaultSettingsVscodeDark,
...defaultSettingsVscodeLight,
...settings,
},
styles: [
Expand Down

1 comment on commit 205be9d

@jaywcjlove
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.