Skip to content

Commit

Permalink
fix: SpecialKey highlight
Browse files Browse the repository at this point in the history
Now all unprintable characters will be shown with a darker foreground color
  • Loading branch information
barrientosvctor committed Nov 5, 2024
1 parent ad6f5e3 commit bbc1c71
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 @@ -129,7 +129,7 @@ function M.get(user_opts)
QuickFixLine = { fg = colors.none, bg = colors.darkred },

Search = { fg = colors.black, bg = colors.yellow },
SpecialKey = { fg = colors.heavyyellow, bg = colors.none },
SpecialKey = { fg = colors.midblue, bg = colors.none },

SpellBad = { fg = colors.darkred, undercurl = true },
SpellRare = { fg = colors.yellow, undercurl = true },
Expand Down

0 comments on commit bbc1c71

Please sign in to comment.