From ca3444c8e5002ee5ab6f077660317f869c7b6a36 Mon Sep 17 00:00:00 2001 From: Shiba <3816409+shibotto@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:52:34 +0200 Subject: [PATCH] Update highlight groups for indent-blankline --- colors/melange.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/melange.lua b/colors/melange.lua index be58b56..8dfc157 100644 --- a/colors/melange.lua +++ b/colors/melange.lua @@ -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)