File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 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) => {
1414 gutterBackground : '#f5f5f5' ,
1515 gutterForeground : '#4D4D4C' ,
1616 lineHighlight : '#00000012' ,
17+ gutterBorder : 'transparent' ,
1718 ...settings ,
1819 } ,
1920 styles : [
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export const duotoneLightInit = (options?: CreateThemeOptions) => {
1919 gutterBackground : '#faf8f5' ,
2020 gutterForeground : '#cdc4b1' ,
2121 lineHighlight : '#EFEFEF' ,
22+ gutterBorder : 'transparent' ,
2223 ...settings ,
2324 } ,
2425 styles : [
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export const eclipseInit = (options?: CreateThemeOptions) => {
1414 gutterBackground : '#f7f7f7' ,
1515 gutterForeground : '#999' ,
1616 lineHighlight : '#e8f2ff' ,
17+ gutterBorder : 'transparent' ,
1718 ...settings ,
1819 } ,
1920 styles : [
You can’t perform that action at this time.
0 commit comments