fix: adjusted text selection background in light themes

This commit is contained in:
Bohdan Triapitsyn
2026-05-20 10:37:31 +03:00
parent f354762e22
commit d3be82e3d7
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@
"interactive": {
"border": "#d0cece",
"borderHover": "#E0E0E0",
"borderFocus": "#C0C0C0",
"borderFocus": "#9e9e9e",
"selection": "#5e5b5b22",
"selectionForeground": "#000000",
"focus": "#be875b",
@@ -33,7 +33,7 @@
"interactive": {
"border": "#d4d0d0",
"borderHover": "#cbc7c7",
"borderFocus": "#00000013",
"borderFocus": "#635454b8",
"selection": "#22222218",
"selectionForeground": "#393a34",
"focus": "#00000000",