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 },
|
WhichKeySeparator = { fg = palette.subtle },
|
||||||
WhichKeyValue = { fg = palette.rose },
|
WhichKeyValue = { fg = palette.rose },
|
||||||
|
|
||||||
-- luka-reineke/indent-blankline.nvim
|
-- lukas-reineke/indent-blankline.nvim
|
||||||
IndentBlanklineChar = { fg = palette.muted, nocombine = true },
|
IblIndent = { fg = palette.overlay },
|
||||||
IndentBlanklineSpaceChar = { fg = palette.muted, nocombine = true },
|
IblScope = { fg = palette.foam },
|
||||||
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
|
||||||
|
|
||||||
-- hrsh7th/nvim-cmp
|
-- hrsh7th/nvim-cmp
|
||||||
CmpItemAbbr = { fg = palette.subtle },
|
CmpItemAbbr = { fg = palette.subtle },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue