diff --git a/lua/astronomy/scheme.lua b/lua/astronomy/scheme.lua index ed9ad93..6b639f3 100644 --- a/lua/astronomy/scheme.lua +++ b/lua/astronomy/scheme.lua @@ -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 },