|
@ -97,7 +97,8 @@ return function(c, config) |
|
|
{ fg = c.base2, bg = c.base01, sp = c.base0, underline = true } |
|
|
{ fg = c.base2, bg = c.base01, sp = c.base0, underline = true } |
|
|
) -- Tab pages line, active tab page label. |
|
|
) -- 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('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('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('WarningMsg', { fg = c.warning, bold = true }) -- Warning messages. |
|
|
set_hl('Whitespace', { fg = c.base01 }) -- "nbsp", "space", "tab", "multispace", "lead" and "trail" in 'listchars'. |
|
|
set_hl('Whitespace', { fg = c.base01 }) -- "nbsp", "space", "tab", "multispace", "lead" and "trail" in 'listchars'. |
|
|