Improve selection contrast

This commit is contained in:
GitHub Copilot
2026-01-31 16:27:39 +00:00
parent 8408e7b679
commit a530afce92
+5 -2
View File
@@ -47,6 +47,7 @@ const THEMES: Record<string, ITheme> = {
cursor: "#e5e5e5",
cursorAccent: "#000000",
selectionBackground: "#d4d4d4",
selectionForeground: "#000000",
black: "#000000",
red: "#cd0000",
green: "#00cd00",
@@ -256,7 +257,8 @@ const THEMES: Record<string, ITheme> = {
foreground: "#839496",
cursor: "#839496",
cursorAccent: "#002b36",
selectionBackground: "#073642",
selectionBackground: "#586e75",
selectionForeground: "#fdf6e3",
black: "#073642",
red: "#dc322f",
green: "#859900",
@@ -279,7 +281,8 @@ const THEMES: Record<string, ITheme> = {
foreground: "#a9b1d6",
cursor: "#c0caf5",
cursorAccent: "#1a1b26",
selectionBackground: "#33467c",
selectionBackground: "#4c5e90",
selectionForeground: "#dfe3f7",
black: "#15161e",
red: "#f7768e",
green: "#9ece6a",