Skip to content

Commit 0f9d078

Browse files
committed
style(Theme): modify nord selection style. #642
1 parent 560ebb8 commit 0f9d078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/nord/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const defaultSettingsNord: CreateThemeOptions['settings'] = {
55
background: '#2e3440',
66
foreground: '#FFFFFF',
77
caret: '#FFFFFF',
8-
selection: '#4b556a',
9-
selectionMatch: '#4b556a',
8+
selection: '#00000073',
9+
selectionMatch: '#00000073',
1010
gutterBackground: '#2e3440',
1111
gutterForeground: '#4c566a',
1212
gutterActiveForeground: '#d8dee9',

0 commit comments

Comments
 (0)