Skip to content

Commit

Permalink
feat: update list focus highlight color in editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Sep 6, 2024
1 parent d47d005 commit 09b7a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/services/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ registerHook('MONACO_BEFORE_INIT', ({ monaco }) => {
'editor.background': '#ffffff',
'minimap.background': '#f2f2f2',
'editor.lineHighlightBackground': '#0000000f',
'list.focusHighlightForeground': '#2aaaff',
}
})

Expand Down

0 comments on commit 09b7a12

Please sign in to comment.