File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export const bbeditInit = (options?: CreateThemeOptions) => {
14
14
gutterBackground : '#f5f5f5' ,
15
15
gutterForeground : '#4D4D4C' ,
16
16
lineHighlight : '#00000012' ,
17
+ gutterBorder : 'transparent' ,
17
18
...settings ,
18
19
} ,
19
20
styles : [
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export const duotoneLightInit = (options?: CreateThemeOptions) => {
19
19
gutterBackground : '#faf8f5' ,
20
20
gutterForeground : '#cdc4b1' ,
21
21
lineHighlight : '#EFEFEF' ,
22
+ gutterBorder : 'transparent' ,
22
23
...settings ,
23
24
} ,
24
25
styles : [
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export const eclipseInit = (options?: CreateThemeOptions) => {
14
14
gutterBackground : '#f7f7f7' ,
15
15
gutterForeground : '#999' ,
16
16
lineHighlight : '#e8f2ff' ,
17
+ gutterBorder : 'transparent' ,
17
18
...settings ,
18
19
} ,
19
20
styles : [
You can’t perform that action at this time.
0 commit comments