Skip to content

Commit db200c4

Browse files
authored
Merge pull request #232 from MartenBE/upgrade-to-indent-blankline-v3
Replaced v2 highlights with v3 highlights
2 parents 49d6014 + 0ea3488 commit db200c4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lua/vscode/theme.lua

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)