Skip to content

Commit

Permalink
fix(groups): Link NonText to Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk committed Jan 12, 2024
1 parent 0ff9c6d commit a3acbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nightcity/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ H.get_color_groups = function(config, style)
-- and other characters that do not really exist in the text
-- (e.g., ">" displayed when a double-wide character doesn't
-- fit at the end of the line). See also |hl-EndOfBuffer|.
NonText = { bg = c.xgray2 },
NonText = { link = 'Whitespace' },

-- FloatBorder Border of floating windows.
FloatBorder = { fg = c.xgray1, bg = darken(c.bg, 0.7, c.black) },
Expand Down

0 comments on commit a3acbc2

Please sign in to comment.