Skip to content

Commit

Permalink
fix(highlight): Whitespace color
Browse files Browse the repository at this point in the history
The previous colors that Whitespace highlight group had was so obscure.
Making the view of whitespaces difficulty.
Before: https://i.imgur.com/A79qDwE.png
After: https://i.imgur.com/0CS57J0.png
  • Loading branch information
barrientosvctor committed Sep 7, 2024
1 parent ae684ad commit b029d2b
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 b029d2b

Please sign in to comment.