Skip to content

Commit

Permalink
fix(indent-blankline): fix italic indent lines (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Apr 12, 2023
1 parent f8e210d commit 3935606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ function M._load(options)
h('WhichKeyValue', { fg = p.rose })

-- luka-reineke/indent-blankline.nvim
h('IndentBlanklineChar', { fg = p.muted })
h('IndentBlanklineSpaceChar', { fg = p.muted })
h('IndentBlanklineSpaceCharBlankline', { fg = p.muted })
h('IndentBlanklineChar', { fg = p.muted, nocombine = true })
h('IndentBlanklineSpaceChar', { fg = p.muted, nocombine = true })
h('IndentBlanklineSpaceCharBlankline', { fg = p.muted, nocombine = true })

-- hrsh7th/nvim-cmp
h('CmpItemAbbr', { fg = p.subtle })
Expand Down

0 comments on commit 3935606

Please sign in to comment.