mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add modes.nvim styles
This commit is contained in:
parent
c2a434c509
commit
40f49c5ba9
1 changed files with 7 additions and 0 deletions
|
|
@ -271,6 +271,13 @@ theme.loadPlugins = function()
|
|||
GitSignsChange = { fg = p.rose },
|
||||
GitSignsDelete = { fg = p.love },
|
||||
|
||||
-- modes.nvim
|
||||
-- https://github.com/mvllow/modes.nvim
|
||||
ModesCopy = { bg = p.gold },
|
||||
ModesDelete = { bg = p.love },
|
||||
ModesInsert = { bg = p.foam },
|
||||
ModesVisual = { bg = p.iris },
|
||||
|
||||
-- nvim-tree.lua
|
||||
-- https://github.com/kyazdani42/nvim-tree.lua
|
||||
NvimTreeNormal = { fg = p.text },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue