feat: change visual foreground for better contrast

This commit is contained in:
David JULIEN 2022-10-27 13:42:46 +02:00
parent 41edd2a850
commit ab28bc593b

View File

@ -48,7 +48,7 @@ function M.load_colors(scheme)
Normal = { fg = scheme.foreground, bg = scheme.background, scheme.none },
NormalFloat = { fg = scheme.foreground, bg = scheme.background_alt, scheme.none },
Terminal = { link = "Normal" },
Visual = { fg = scheme.yellow, bg = scheme.background_alt, scheme.none },
Visual = { fg = scheme.green, bg = scheme.background_alt, scheme.none },
VisualNOS = { link = "Visual" },
Cursor = { fg = scheme.background, bg = scheme.foreground, scheme.none },
CursorLine = { fg = scheme.none, bg = scheme.background_alt, scheme.none },