Skip to content

Commit

Permalink
Update highlight groups for indent-blankline
Browse files Browse the repository at this point in the history
  • Loading branch information
shibotto authored and savq committed Oct 23, 2023
1 parent 5175183 commit ca3444c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/melange.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ for name, attrs in pairs {
IndentBlanklineChar = { fg = a.sel, nocombine = true },
IndentBlanklineSpaceChar = 'IndentBlanklineChar',
IndentBlanklineSpaceCharBlankline = 'IndentBlanklineChar',
IblIndent = { fg = a.sel, nocombine = true },
IblWhitespace = 'IblIndent',
} do
if type(attrs) == 'table' then
vim.api.nvim_set_hl(0, name, attrs)
Expand Down

0 comments on commit ca3444c

Please sign in to comment.