Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Jan 2, 2024
1 parent fbcffb4 commit c4952a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/darkplus/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ theme.set_highlights = function()
hl(0, "FoldColumn", { fg = c.light_gray, bg = c.alt_bg })
hl(0, "LineNr", { fg = c.dark_gray, bg = 'NONE' })
hl(0, "FloatBorder", { fg = c.border, bg = c.bg })
hl(0, "Whitespace", { fg = c.dark_gray, bg = 'NONE' })
hl(0, "Whitespace", { fg = c.indent, bg = 'NONE' })
hl(0, "VertSplit", { fg = c.light_gray, bg = c.bg })
hl(0, "CursorLine", { fg = 'NONE', bg = c.cursorline })
hl(0, "CursorColumn", { fg = 'NONE', bg = c.alt_bg })
Expand Down

0 comments on commit c4952a3

Please sign in to comment.