From 96989b1198baad625725ac8166d048726b32d95f Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 1 Mar 2022 10:51:05 -0800 Subject: [PATCH] Add float highlights --- lua/lush_theme/wombat_lush.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/lush_theme/wombat_lush.lua b/lua/lush_theme/wombat_lush.lua index a4466e4..d95a57d 100644 --- a/lua/lush_theme/wombat_lush.lua +++ b/lua/lush_theme/wombat_lush.lua @@ -98,7 +98,8 @@ local theme = lush.extends({classic}).with(function() -- MoreMsg { }, -- |more-prompt| -- NonText { LineNr }, -- '@' 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|. Normal {bg = c.dark_bg, fg = c.dark_fg}, -- normal text - -- NormalFloat { }, -- Normal text in floating windows. + NormalFloat {bg = Normal.bg.lighten(10), fg = classic.Special.fg }, -- Normal text in floating windows. + FloatBorder {bg = NormalFloat.bg, fg = classic.Pmenu.fg}, -- float border -- NormalNC { }, -- normal text in non-current windows -- Pmenu { fg = c.light_yellow, bg = c.grey_5 }, -- Popup menu: normal item. -- PmenuSel { fg = c.green.readable(), bg = c.green }, -- Popup menu: selected item.