style: change float and pmenu to match bg color
This commit is contained in:
parent
7189f2ce85
commit
62caf0a983
@ -122,7 +122,7 @@ M.setup = function()
|
|||||||
markdownUrl = { fg = c.green, underline = config.underline },
|
markdownUrl = { fg = c.green, underline = config.underline },
|
||||||
|
|
||||||
-- normal text and background color for floating windows
|
-- normal text and background color for floating windows
|
||||||
NormalFloat = { fg = c.fg, bg = c.bg1 },
|
NormalFloat = { fg = c.fg, bg = c.bg },
|
||||||
-- floating window border
|
-- floating window border
|
||||||
FloatBorder = { fg = c.yellow },
|
FloatBorder = { fg = c.yellow },
|
||||||
-- used for the columns set with 'colorcolumn'
|
-- used for the columns set with 'colorcolumn'
|
||||||
@ -170,7 +170,7 @@ M.setup = function()
|
|||||||
-- See also |hl-EndOfBuffer|.
|
-- See also |hl-EndOfBuffer|.
|
||||||
NonText = { fg = c.bg2 },
|
NonText = { fg = c.bg2 },
|
||||||
-- normal item |hl-Pmenu|
|
-- normal item |hl-Pmenu|
|
||||||
Pmenu = { fg = c.fg, bg = c.bg1 },
|
Pmenu = { fg = c.fg, bg = c.bg },
|
||||||
-- selected item |hl-PmenuSel|
|
-- selected item |hl-PmenuSel|
|
||||||
PmenuSel = { bg = c.bg2 },
|
PmenuSel = { bg = c.bg2 },
|
||||||
-- scrollbar |hl-PmenuSbar|
|
-- scrollbar |hl-PmenuSbar|
|
||||||
|
Loading…
Reference in New Issue
Block a user