Skip to content

Commit

Permalink
style(Theme): modify nord selection style. #642
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 23, 2024
1 parent 560ebb8 commit 0f9d078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/nord/src/index.ts
Expand Up @@ -5,8 +5,8 @@ export const defaultSettingsNord: CreateThemeOptions['settings'] = {
background: '#2e3440',
foreground: '#FFFFFF',
caret: '#FFFFFF',
selection: '#4b556a',
selectionMatch: '#4b556a',
selection: '#00000073',
selectionMatch: '#00000073',
gutterBackground: '#2e3440',
gutterForeground: '#4c566a',
gutterActiveForeground: '#d8dee9',
Expand Down

0 comments on commit 0f9d078

Please sign in to comment.