mirror of
https://github.com/He4eT/desolate.nvim.git
synced 2026-05-04 17:07:23 +00:00
Add FloatBorder colors
This commit is contained in:
parent
48d950c771
commit
dc047bef1b
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue