all repos — desert-witch.nvim @ f213d9d3f029f4eb00e36d1dba8ab3b801413740

An earthy, mystical color palette for neovim

change WhichKey plugin highlight groups
trickyni trickyniv56@gmail.com
Sun, 22 Feb 2026 08:28:49 +0200
commit

f213d9d3f029f4eb00e36d1dba8ab3b801413740

parent

4bc39225a7b54d0623b84e8bf9e9958084c7021b

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M lua/desert-witch/init.lualua/desert-witch/init.lua

@@ -347,7 +347,8 @@ WhichKeyBorder = { link = "FloatBorder" },

WhichKeyDesc = { fg = fg }, WhichKeyTitle = { bg = bg, fg = orange }, WhichKeySeparator = { fg = sand, bg = bg }, - WhichKeyGroup = { bg = bg, fg = celadon }, + WhichKeyGroup = { bg = bg, fg = moss }, + WhichKeyIcon = { bg = bg, fg = fg }, -- HiPhish/rainbow-delimiters.nvim RainbowDelimiterRed = { fg = scarlet },