mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 23:36:15 -04:00
feat(which-key): consistent float borders with fzf and telescope
This commit is contained in:
parent
2fa6c3091c
commit
b2446aac21
|
|
@ -556,7 +556,7 @@ function M.setup()
|
|||
WhichKeyDesc = { fg = c.magenta },
|
||||
WhichKeySeperator = { fg = c.base01 },
|
||||
WhichKeySeparator = { fg = c.base01 },
|
||||
WhichKeyFloat = { bg = c.bg_sidebar },
|
||||
WhichKeyBorder = { fg = c.base02, bg = c.bg_float },
|
||||
WhichKeyValue = { fg = c.violet500 },
|
||||
|
||||
-- LspSaga
|
||||
|
|
|
|||
Loading…
Reference in a new issue