mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
changes: neovim pmenu
This commit is contained in:
parent
eeb354dc42
commit
5562d2d86b
|
|
@ -20,7 +20,7 @@ local function neovim_theme(solarized, chromatic)
|
|||
DiffAdd = { fg = colors.added, sp = colors.added, reverse = true },
|
||||
DiffChange = { fg = colors.changed, sp = colors.changed, reverse = true },
|
||||
DiffDelete = { fg = colors.deleted, reverse = true },
|
||||
Pmenu = { fg = colors.fg, bg = colors.bg_alt, bold = true },
|
||||
Pmenu = { link = 'NormalFloat' },
|
||||
PmenuSel = { fg = colors.content, bg = colors.bg_alt_invert, reverse = true, bold = true },
|
||||
PmenuSbar = { fg = colors.bg_alt_invert, bg = colors.fg, reverse = true, bold = true },
|
||||
PmenuThumb = { fg = colors.orange, bg = colors.bg, reverse = true, bold = true },
|
||||
|
|
|
|||
Loading…
Reference in a new issue