added borders to the hover and diagnostics; improved telescope visuals

This commit is contained in:
2024-04-08 11:11:35 +02:00
parent 8232705e64
commit 4b73b8bbe6
6 changed files with 69 additions and 28 deletions

View File

@@ -7,6 +7,7 @@ function Color(color)
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalNC", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
vim.api.nvim_set_hl(0, "FloatBorder", { fg = catppuccin_colors.surface2 })
vim.api.nvim_set_hl(0, "StatusLine", { bg = "none" })
-- If Vim thinks StatusLine and StatusLineNC are the same it overrides these settings
vim.api.nvim_set_hl(0, "StatusLineNC", { ctermbg = 0, bg = "none" })