mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix(theme): used quotations instead of palette
This commit is contained in:
parent
11d2013ba4
commit
102c25a000
1 changed files with 2 additions and 2 deletions
|
|
@ -582,8 +582,8 @@ function M.get(config)
|
|||
rainbowcol1 = { link = "SpecialKey" },
|
||||
|
||||
--- lukas-reineke/indent-blankline.nvim
|
||||
IndentBlanklineContextChar = { link = "foam" },
|
||||
IndentBlanklineContextStart = { style = "underline", sp = "foam"},
|
||||
IndentBlanklineContextChar = { fg = p.foam },
|
||||
IndentBlanklineContextStart = { style = "underline", sp = p.foam},
|
||||
|
||||
--- RRethy/vim-illuminate
|
||||
IlluminatedWordRead = { link = "MatchWord" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue