Skip to content

Commit 64b5993

Browse files
committedDec 7, 2022
style(themes): Modify the gutter border-right style.
1 parent 97fd59a commit 64b5993

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎themes/bbedit/src/index.ts

+1
Original file line numberDiff line numberDiff 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: [

‎themes/duotone/src/index.ts

+1
Original file line numberDiff line numberDiff 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: [

‎themes/eclipse/src/index.ts

+1
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)
Please sign in to comment.