Skip to content

Commit

Permalink
Style spelling errors like diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Apr 10, 2024
1 parent f4cb4b6 commit e5fc8cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ local highlights = {
SignColumn = { link = 'FoldColumn' },
Special = { fg = black },
SpecialKey = { link = 'Number' },
SpellBad = { fg = red, bold = true, underline = true },
SpellCap = { fg = purple, underline = true },
SpellLocal = { fg = green, underline = true },
SpellRare = { fg = purple, underline = true },
SpellBad = { sp = red, underline = true },
SpellCap = { sp = dark_yellow, underline = true },
SpellLocal = { sp = blue, underline = true },
SpellRare = { sp = purple, underline = true },
Statement = { link = 'Keyword' },
StatusLine = { fg = black, bg = background },
StatusLineNC = { fg = black, bg = grey_bg_light },
Expand Down

0 comments on commit e5fc8cc

Please sign in to comment.