fix(which-key): add WhichKeySeparator group

This commit is contained in:
Redoxahmii 2025-01-07 03:15:31 +05:00
parent 678ed69d08
commit ab3d30c9aa

View file

@ -6,6 +6,7 @@ function M.get(c, opts)
WhichKey = { fg = c.cyan },
WhichKeyGroup = { fg = c.blue },
WhichKeyDesc = { fg = c.magenta },
WhichKeySeperator = { fg = c.base01 },
WhichKeyBorder = { fg = c.base02, bg = c.bg_float },
WhichKeyValue = { fg = c.violet500 },
}