mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
fix(theme): adjust editor selection colors for better visibility
This commit is contained in:
@@ -109,12 +109,12 @@
|
||||
"editorLineNumber.activeForeground": "#BBBEBF",
|
||||
"editorCursor.foreground": "#BBBEBF",
|
||||
"editor.selectionBackground": "#27678280",
|
||||
"editor.inactiveSelectionBackground": "#27678280",
|
||||
"editor.selectionHighlightBackground": "#27678280",
|
||||
"editor.wordHighlightBackground": "#27678280",
|
||||
"editor.wordHighlightStrongBackground": "#27678280",
|
||||
"editor.findMatchBackground": "#27678280",
|
||||
"editor.findMatchHighlightBackground": "#27678280",
|
||||
"editor.inactiveSelectionBackground": "#27678260",
|
||||
"editor.selectionHighlightBackground": "#27678260",
|
||||
"editor.wordHighlightBackground": "#27678250",
|
||||
"editor.wordHighlightStrongBackground": "#27678280",
|
||||
"editor.findMatchBackground": "#27678290",
|
||||
"editor.findMatchHighlightBackground": "#27678280",
|
||||
"editor.findRangeHighlightBackground": "#242526",
|
||||
"editor.hoverHighlightBackground": "#242526",
|
||||
"editor.lineHighlightBackground": "#242526",
|
||||
|
||||
Reference in New Issue
Block a user