update selection background colors in 2026 dark and light themes for better visibility

This commit is contained in:
mrleemurray
2026-03-05 11:10:37 +00:00
parent 5cecdadd6f
commit 6ae33b0d28
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@
"editorLineNumber.foreground": "#858889",
"editorLineNumber.activeForeground": "#BBBEBF",
"editorCursor.foreground": "#BBBEBF",
"editor.selectionBackground": "#27678280",
"editor.selectionBackground": "#276782dd",
"editor.inactiveSelectionBackground": "#27678260",
"editor.selectionHighlightBackground": "#27678260",
"editor.wordHighlightBackground": "#27678250",

View File

@@ -116,7 +116,7 @@
"editorLineNumber.foreground": "#606060",
"editorLineNumber.activeForeground": "#202020",
"editorCursor.foreground": "#202020",
"editor.selectionBackground": "#0069CC1A",
"editor.selectionBackground": "#0069CC40",
"editor.inactiveSelectionBackground": "#0069CC1A",
"editor.selectionHighlightBackground": "#0069CC15",
"editor.wordHighlightBackground": "#0069CC26",