fix: Improve find highlight
This commit is contained in:
parent
89afb87ab5
commit
4f70e18cc7
1 changed files with 3 additions and 0 deletions
|
@ -692,6 +692,9 @@
|
|||
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
|
||||
"editor.selectionBackground": "{{variant.scheme.selection}}",
|
||||
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
|
||||
"editor.findMatchBackground": "{{variant.scheme.base.pink}}",
|
||||
"editorOverviewRuler.findMatchForeground": "{{variant.scheme.base.pink}}60",
|
||||
"editor.findMatchHighlightBackground": "{{variant.scheme.base.pink}}60",
|
||||
"editorOverviewRuler.border": "{{variant.scheme.background}}",
|
||||
"editorOverviewRuler.errorForeground": "{{variant.scheme.base.red}}40",
|
||||
"editorOverviewRuler.infoForeground": "{{variant.scheme.base.blue}}40",
|
||||
|
|
Loading…
Reference in a new issue