Skip to content

Commit

Permalink
Merge pull request #40 from barrientosvctor/develop
Browse files Browse the repository at this point in the history
fix: highlight colors of Whitespace
  • Loading branch information
barrientosvctor authored Sep 8, 2024
2 parents b1ee63e + b029d2b commit 935e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/abyss/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function M.get(user_opts)
Visual = { fg = colors.none, bg = colors.darkred },
VisualNOS = { link = "Visual" },

Whitespace = { fg = colors.bg, bg = colors.none },
Whitespace = { fg = colors.midblue },

WildMenu = { link = "PmenuSel" },

Expand Down

0 comments on commit 935e6eb

Please sign in to comment.