diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 773281a..bc4237e 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -238,16 +238,11 @@ return require("lazy").setup({ bold = true, nocombine = true, }) - vim.api.nvim_set_hl(0, "LeapLabelPrimary", { + vim.api.nvim_set_hl(0, "LeapLabel", { fg = "yellow", bold = true, nocombine = true, }) - vim.api.nvim_set_hl(0, "LeapLabelSecondary", { - fg = "magenta", - bold = true, - nocombine = true, - }) end, },