We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5472a3e commit 77aa745Copy full SHA for 77aa745
lua/nightfox/group/modules/indent_blankline.lua
@@ -5,7 +5,7 @@ function M.get(spec, config, opts)
5
return {
6
IndentBlanklineChar = { fg = spec.bg3 },
7
IndentBlanklineContextChar = { fg = spec.syntax.variable },
8
- IndentBlanklineContextStart = { sp = spec.syntax.variable, underline = true },
+ IndentBlanklineContextStart = { sp = spec.syntax.variable, style = "underline" },
9
IndentBlanklineIndent6 = { blend = 0, fg = c.yellow.base },
10
IndentBlanklineIndent5 = { blend = 0, fg = c.red.base },
11
IndentBlanklineIndent4 = { blend = 0, fg = c.cyan.base },
0 commit comments