From 6140c675a89d19be5f791dbd066980b956e68e0d Mon Sep 17 00:00:00 2001 From: Daniel Berg Date: Fri, 24 May 2024 15:47:20 +0200 Subject: [PATCH] fix: define NormalFloat Neovim version `0.10` unlinked `NormalFloat` with `pmenu`, which caused the popup background color to default to undefined (black/magenta etc depending on what the default colorscheme is) Should fix the issue reported by @milogert on discord, and return the previous colors Ref: #119 --- colors/srcery.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/srcery.vim b/colors/srcery.vim index fa949f2..09a092b 100644 --- a/colors/srcery.vim +++ b/colors/srcery.vim @@ -174,6 +174,7 @@ call s:HL('SrceryXgray6', s:xgray6) call s:HL('Normal', s:bright_white, g:srcery_bg) call s:HL('FloatBorder', s:white, g:srcery_bg) +call s:HL('NormalFloat', s:none, s:xgray2) if v:version >= 700 " Screen line that the cursor is