Improve selection contrast
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user