mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
support which key
This commit is contained in:
parent
80d7270481
commit
cddabfdcff
1 changed files with 9 additions and 0 deletions
|
|
@ -289,6 +289,15 @@ theme.loadPlugins = function()
|
||||||
NvimTreeFileNew = { fg = p.foam },
|
NvimTreeFileNew = { fg = p.foam },
|
||||||
NvimTreeFileRenamed = { fg = p.pine },
|
NvimTreeFileRenamed = { fg = p.pine },
|
||||||
NvimTreeFileStaged = { fg = p.iris },
|
NvimTreeFileStaged = { fg = p.iris },
|
||||||
|
|
||||||
|
-- which-key.nvim
|
||||||
|
-- https://github.com/folke/which-key.nvim
|
||||||
|
WhichKey = { fg = p.iris },
|
||||||
|
WhichKeyGroup = { fg = p.foam },
|
||||||
|
WhichKeySeparator = { fg = p.subtle },
|
||||||
|
WhichKeyDesc = { fg = p.gold },
|
||||||
|
WhichKeyFloat = { bg = p.surface },
|
||||||
|
WhichKeyValue = { fg = p.rose },
|
||||||
}
|
}
|
||||||
|
|
||||||
return plugins
|
return plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue