mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
style(ibl): use new syntax for indent-blankline
This commit is contained in:
parent
67b03139fe
commit
09f2555163
1 changed files with 3 additions and 4 deletions
|
|
@ -369,10 +369,9 @@ local function set_highlights()
|
|||
WhichKeySeparator = { fg = palette.subtle },
|
||||
WhichKeyValue = { fg = palette.rose },
|
||||
|
||||
-- luka-reineke/indent-blankline.nvim
|
||||
IndentBlanklineChar = { fg = palette.muted, nocombine = true },
|
||||
IndentBlanklineSpaceChar = { fg = palette.muted, nocombine = true },
|
||||
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
||||
-- lukas-reineke/indent-blankline.nvim
|
||||
IblIndent = { fg = palette.overlay },
|
||||
IblScope = { fg = palette.foam },
|
||||
|
||||
-- hrsh7th/nvim-cmp
|
||||
CmpItemAbbr = { fg = palette.subtle },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue