Fixed leap coloring

This commit is contained in:
Natty 2024-02-10 16:46:57 +01:00
parent f069f1b01a
commit 357cc442ed
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
2 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,6 @@ local options = function(local_vim)
-- Currently buggy, needs an edit to trigger
local_vim.g.inlay_hints_enabled = true
-- Grey out the search area for leap.nvim
vim.api.nvim_set_hl(0, 'LeapBackdrop', { fg = "#888888" })
return local_vim
end

View File

@ -103,6 +103,7 @@ return {{
-- @lsp.modtype.* for types with modifiers
-- @lsp.type.* for token types
return {
LeapBackdrop = { fg = C.overlay0 },
Error = { fg = C.red, italic = true, underline = true },
["@lsp.type.interface"] = { fg = C.yellow },
["@function.builtin"] = { fg = C.blue },