Skip to content

Commit c4952a3

Browse files
committed
Fix whitespace
1 parent fbcffb4 commit c4952a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lua/darkplus/theme.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ theme.set_highlights = function()
2323
hl(0, "FoldColumn", { fg = c.light_gray, bg = c.alt_bg })
2424
hl(0, "LineNr", { fg = c.dark_gray, bg = 'NONE' })
2525
hl(0, "FloatBorder", { fg = c.border, bg = c.bg })
26-
hl(0, "Whitespace", { fg = c.dark_gray, bg = 'NONE' })
26+
hl(0, "Whitespace", { fg = c.indent, bg = 'NONE' })
2727
hl(0, "VertSplit", { fg = c.light_gray, bg = c.bg })
2828
hl(0, "CursorLine", { fg = 'NONE', bg = c.cursorline })
2929
hl(0, "CursorColumn", { fg = 'NONE', bg = c.alt_bg })

0 commit comments

Comments
 (0)