fix(theme): adjust editor selection colors for better visibility

This commit is contained in:
mrleemurray
2026-02-24 15:16:22 +00:00
parent dd60b6da77
commit 957feb5551

View File

@@ -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",