Add FloatBorder colors

This commit is contained in:
He4eT 2022-07-12 19:17:20 +03:00
commit dc047bef1b

View file

@ -124,6 +124,7 @@ return lush(function()
MoreMsg({ fg = colors.identifier, gui = "bold" }), -- |more-prompt| MoreMsg({ fg = colors.identifier, gui = "bold" }), -- |more-prompt|
NonText({ fg = colors.nt }), -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|. NonText({ fg = colors.nt }), -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
NormalFloat({ bg = colors[7], fg = colors[1] }), -- Normal text in floating windows. NormalFloat({ bg = colors[7], fg = colors[1] }), -- Normal text in floating windows.
FloatBorder({ NormalFloat }), -- Borders in floating windows.
NormalNC({}), -- Normal text in non-current windows NormalNC({}), -- Normal text in non-current windows
Pmenu({ NormalFloat }), -- Popup menu: Normal item. Pmenu({ NormalFloat }), -- Popup menu: Normal item.
PmenuSel({ fg = colors.bg, bg = colors.fg }), -- Popup menu: selected item. PmenuSel({ fg = colors.bg, bg = colors.fg }), -- Popup menu: selected item.