Skip to content

Commit

Permalink
style(themes): Modify the gutter border-right style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 7, 2022
1 parent 97fd59a commit 64b5993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/bbedit/src/index.ts
Expand Up @@ -14,6 +14,7 @@ export const bbeditInit = (options?: CreateThemeOptions) => {
gutterBackground: '#f5f5f5',
gutterForeground: '#4D4D4C',
lineHighlight: '#00000012',
gutterBorder: 'transparent',
...settings,
},
styles: [
Expand Down
1 change: 1 addition & 0 deletions themes/duotone/src/index.ts
Expand Up @@ -19,6 +19,7 @@ export const duotoneLightInit = (options?: CreateThemeOptions) => {
gutterBackground: '#faf8f5',
gutterForeground: '#cdc4b1',
lineHighlight: '#EFEFEF',
gutterBorder: 'transparent',
...settings,
},
styles: [
Expand Down
1 change: 1 addition & 0 deletions themes/eclipse/src/index.ts
Expand Up @@ -14,6 +14,7 @@ export const eclipseInit = (options?: CreateThemeOptions) => {
gutterBackground: '#f7f7f7',
gutterForeground: '#999',
lineHighlight: '#e8f2ff',
gutterBorder: 'transparent',
...settings,
},
styles: [
Expand Down

0 comments on commit 64b5993

Please sign in to comment.