make lsp related popups all look the same
This commit is contained in:
parent
a455b2a3b1
commit
527e3af442
3 changed files with 13 additions and 5 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue