mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: support upcoming modes.nvim update
[modes.nvim](https://github.com/mvllow/modes.nvim) is about to incorporate replace mode.
This commit is contained in:
parent
87aa437172
commit
858a5824e1
1 changed files with 1 additions and 0 deletions
|
|
@ -454,6 +454,7 @@ local function set_highlights()
|
|||
ModesCopy = { bg = palette.gold },
|
||||
ModesDelete = { bg = palette.love },
|
||||
ModesInsert = { bg = palette.foam },
|
||||
ModesReplace = { bg = palette.pine },
|
||||
ModesVisual = { bg = palette.iris },
|
||||
|
||||
-- kyazdani42/nvim-tree.lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue