From dc047bef1b9b4f4a575c886cc88d8da25f8c4a67 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 12 Jul 2022 19:17:20 +0300 Subject: [PATCH] Add FloatBorder colors --- lua/lush_theme/desolate.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lush_theme/desolate.lua b/lua/lush_theme/desolate.lua index da46073..56a6a93 100644 --- a/lua/lush_theme/desolate.lua +++ b/lua/lush_theme/desolate.lua @@ -124,6 +124,7 @@ return lush(function() 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|. 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 Pmenu({ NormalFloat }), -- Popup menu: Normal item. PmenuSel({ fg = colors.bg, bg = colors.fg }), -- Popup menu: selected item.