@@ -516,11 +516,9 @@ theme.set_highlights = function(opts)
516516 hl (0 , ' BufferTabpagesFill' , { fg = c .vscFront , bg = c .vscTabOther })
517517
518518 -- IndentBlankLine
519- hl (0 , ' IndentBlanklineContextChar' , { fg = c .vscContextCurrent , bg = ' NONE' , nocombine = true })
520- hl (0 , ' IndentBlanklineContextStart' , { sp = c .vscContextCurrent , bg = ' NONE' , nocombine = true , underline = true })
521- hl (0 , ' IndentBlanklineChar' , { fg = c .vscContext , bg = ' NONE' , nocombine = true })
522- hl (0 , ' IndentBlanklineSpaceChar' , { fg = c .vscContext , bg = ' NONE' , nocombine = true })
523- hl (0 , ' IndentBlanklineSpaceCharBlankline' , { fg = c .vscContext , bg = ' NONE' , nocombine = true })
519+ hl (0 , ' IblIndent' , { fg = c .vscContext , bg = ' NONE' , nocombine = true })
520+ hl (0 , ' IblWhitespace' , { fg = c .vscContext , bg = ' NONE' , nocombine = true })
521+ hl (0 , ' IblScope' , { fg = c .vscContextCurrent , bg = ' NONE' , nocombine = true })
524522
525523 -- Neotest
526524 hl (0 , ' NeotestAdapterName' , { fg = c .vscFront , bold = true })
0 commit comments