mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add ModesFormat
This commit is contained in:
parent
83c66bcadb
commit
0d7c8b0cdf
1 changed files with 1 additions and 0 deletions
|
|
@ -462,6 +462,7 @@ local function set_highlights()
|
|||
-- mvllow/modes.nvim
|
||||
ModesCopy = { bg = palette.gold },
|
||||
ModesDelete = { bg = palette.love },
|
||||
ModesFormat = { bg = palette.rose },
|
||||
ModesInsert = { bg = palette.foam },
|
||||
ModesReplace = { bg = palette.pine },
|
||||
ModesVisual = { bg = palette.iris },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue