We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcffb4 commit c4952a3Copy full SHA for c4952a3
lua/darkplus/theme.lua
@@ -23,7 +23,7 @@ theme.set_highlights = function()
23
hl(0, "FoldColumn", { fg = c.light_gray, bg = c.alt_bg })
24
hl(0, "LineNr", { fg = c.dark_gray, bg = 'NONE' })
25
hl(0, "FloatBorder", { fg = c.border, bg = c.bg })
26
- hl(0, "Whitespace", { fg = c.dark_gray, bg = 'NONE' })
+ hl(0, "Whitespace", { fg = c.indent, bg = 'NONE' })
27
hl(0, "VertSplit", { fg = c.light_gray, bg = c.bg })
28
hl(0, "CursorLine", { fg = 'NONE', bg = c.cursorline })
29
hl(0, "CursorColumn", { fg = 'NONE', bg = c.alt_bg })
0 commit comments