diff --git a/lua/solarized/themes/default/editor.lua b/lua/solarized/themes/default/editor.lua index 5789201..756290b 100644 --- a/lua/solarized/themes/default/editor.lua +++ b/lua/solarized/themes/default/editor.lua @@ -97,7 +97,8 @@ return function(c, config) { fg = c.base2, bg = c.base01, sp = c.base0, underline = true } ) -- Tab pages line, active tab page label. set_hl('Title', { fg = c.orange, bold = true }) -- Titles for output from ":set all", ":autocmd" etc. - set_hl('Visual', { bg = c.base02, standout = true }) -- Visual mode selection. + -- set_hl('Visual', { bg = c.base02, standout = true }) -- Visual mode selection. + set_hl('Visual', { bg = c.base1, fg = c.base03 }) -- Visual mode selection. set_hl('VisualNOS', { link = 'Visual' }) -- Visual mode selection when vim is "Not Owning the Selection". set_hl('WarningMsg', { fg = c.warning, bold = true }) -- Warning messages. set_hl('Whitespace', { fg = c.base01 }) -- "nbsp", "space", "tab", "multispace", "lead" and "trail" in 'listchars'.