File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const defaultSettingsAtomone: CreateThemeOptions['settings'] = {
20
20
} ;
21
21
22
22
export const atomoneInit = ( options ?: Partial < CreateThemeOptions > ) => {
23
- const { theme = 'light ' , settings = { } , styles = [ ] } = options || { } ;
23
+ const { theme = 'dark ' , settings = { } , styles = [ ] } = options || { } ;
24
24
return createTheme ( {
25
25
theme : theme ,
26
26
settings : {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const defaultSettingsDarcula: CreateThemeOptions['settings'] = {
20
20
} ;
21
21
22
22
export const darculaInit = ( options ?: Partial < CreateThemeOptions > ) => {
23
- const { theme = 'light ' , settings = { } , styles = [ ] } = options || { } ;
23
+ const { theme = 'dark ' , settings = { } , styles = [ ] } = options || { } ;
24
24
return createTheme ( {
25
25
theme : theme ,
26
26
settings : {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const defaultSettingsDracula: CreateThemeOptions['settings'] = {
20
20
} ;
21
21
22
22
export const draculaInit = ( options ?: Partial < CreateThemeOptions > ) => {
23
- const { theme = 'light ' , settings = { } , styles = [ ] } = options || { } ;
23
+ const { theme = 'dark ' , settings = { } , styles = [ ] } = options || { } ;
24
24
return createTheme ( {
25
25
theme : theme ,
26
26
settings : {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export const defaultSettingsDuotoneDark: CreateThemeOptions['settings'] = {
52
52
} ;
53
53
54
54
export const duotoneDarkInit = ( options ?: Partial < CreateThemeOptions > ) => {
55
- const { theme = 'light ' , settings = { } , styles = [ ] } = options || { } ;
55
+ const { theme = 'dark ' , settings = { } , styles = [ ] } = options || { } ;
56
56
return createTheme ( {
57
57
theme : theme ,
58
58
settings : {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export const defaultSettingsGruvboxLight: CreateThemeOptions['settings'] = {
139
139
} ;
140
140
141
141
export const gruvboxLightInit = ( options ?: Partial < CreateThemeOptions > ) => {
142
- const { theme = 'dark ' , settings = { } , styles = [ ] } = options || { } ;
142
+ const { theme = 'light ' , settings = { } , styles = [ ] } = options || { } ;
143
143
return createTheme ( {
144
144
theme : theme ,
145
145
settings : {
You can’t perform that action at this time.
0 commit comments