mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
fix(which-key): add WhichKeySeparator group
This commit is contained in:
parent
678ed69d08
commit
ab3d30c9aa
|
|
@ -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 },
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue