mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
refactor(theme): dim indent blank line space char
This commit is contained in:
parent
a46491b518
commit
8fd9498412
1 changed files with 7 additions and 1 deletions
|
|
@ -385,8 +385,14 @@ function M.get(config)
|
|||
|
||||
-- luka-reineke/indent-blankline.nvim
|
||||
IndentBlanklineChar = { fg = p.muted },
|
||||
IndentBlanklineSpaceChar = { fg = p.muted },
|
||||
IndentBlanklineSpaceChar = {
|
||||
fg = blend(p.muted, groups.background, 0.5),
|
||||
-- fg = p.muted,
|
||||
}, -- visible indentation (also includes tabs)
|
||||
IndentBlanklineSpaceCharBlankline = { fg = p.muted },
|
||||
IndentBlanklineContextChar = { fg = p.foam },
|
||||
IndentBlanklineContextStart = { style = 'underline', sp = p.foam },
|
||||
IndentBlanklineIndentVisible = { fg = p.love, style = 'nocombine' },
|
||||
|
||||
-- hrsh7th/nvim-cmp
|
||||
CmpItemAbbr = { fg = p.subtle },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue