feat: change visual foreground for better contrast
This commit is contained in:
parent
41edd2a850
commit
ab28bc593b
@ -48,7 +48,7 @@ function M.load_colors(scheme)
|
|||||||
Normal = { fg = scheme.foreground, bg = scheme.background, scheme.none },
|
Normal = { fg = scheme.foreground, bg = scheme.background, scheme.none },
|
||||||
NormalFloat = { fg = scheme.foreground, bg = scheme.background_alt, scheme.none },
|
NormalFloat = { fg = scheme.foreground, bg = scheme.background_alt, scheme.none },
|
||||||
Terminal = { link = "Normal" },
|
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" },
|
VisualNOS = { link = "Visual" },
|
||||||
Cursor = { fg = scheme.background, bg = scheme.foreground, scheme.none },
|
Cursor = { fg = scheme.background, bg = scheme.foreground, scheme.none },
|
||||||
CursorLine = { fg = scheme.none, bg = scheme.background_alt, scheme.none },
|
CursorLine = { fg = scheme.none, bg = scheme.background_alt, scheme.none },
|
||||||
|
Loading…
Reference in New Issue
Block a user