mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
parent
68eb457172
commit
aea00f2a45
|
|
@ -422,7 +422,7 @@ M.set_highlight = function(colors, config)
|
|||
nvim_set_hl('FloatBorder', { link = 'WinSeparator' })
|
||||
nvim_set_hl('FloatTitle', { fg = colors.blue })
|
||||
nvim_set_hl('NormalNC', { link = 'Normal' })
|
||||
nvim_set_hl('Pmenu', { fg = colors.base0, bg = colors.base04 }, { transparent = config.transparent })
|
||||
nvim_set_hl('Pmenu', { fg = colors.base0, bg = colors.base04 })
|
||||
nvim_set_hl('PmenuSel', { fg = colors.blue, reverse = true })
|
||||
nvim_set_hl('PmenuKind', { link = 'Pmenu' })
|
||||
nvim_set_hl('PmenuKindSel', { link = 'PmenuSel' })
|
||||
|
|
|
|||
Loading…
Reference in a new issue