Skip to content

Commit 205be9d

Browse files
committedJun 7, 2024·
type(vscode): fix type error. #145
1 parent 1c1c49f commit 205be9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎themes/vscode/src/light.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function vscodeLightInit(options?: Partial<CreateThemeOptions>) {
2222
return createTheme({
2323
theme: theme,
2424
settings: {
25-
...defaultSettingsVscodeDark,
25+
...defaultSettingsVscodeLight,
2626
...settings,
2727
},
2828
styles: [

1 commit comments

Comments
 (1)

jaywcjlove commented on Jun 7, 2024

@jaywcjlove
MemberAuthor
Please sign in to comment.