make lsp related popups all look the same

This commit is contained in:
2024-04-25 22:59:22 -04:00
parent e39c8ef5d6
commit 30edbcbb6b
3 changed files with 13 additions and 5 deletions

View File

@ -53,6 +53,9 @@ highlight('EndOfBuffer', { fg = vim.g.terminal_color_background })
-- make all backgrounds the same color
highlight('NormalNC', cpyhl('Normal'))
highlight('NormalFloat', { bg = c.bg_dark })
highlight('FloatBorder', cpyhl('NormalFloat'))
-- plugin highlights ----------------------------------------------------------
-- telescope
highlight('TelescopeMatching', { fg = c.yellow })