Skip to content

Commit

Permalink
(mini.base16) Update spell checking highlight group foregrounds to us…
Browse files Browse the repository at this point in the history
…e underline color.
  • Loading branch information
yamin-shihab committed Jan 4, 2024
1 parent 40086c0 commit 741ad29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/mini/base16.lua
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,10 @@ H.apply_palette = function(palette, use_cterm)
hi('Search', {fg=p.base01, bg=p.base0A, attr=nil, sp=nil})
hi('SignColumn', {fg=p.base03, bg=p.base01, attr=nil, sp=nil})
hi('SpecialKey', {fg=p.base03, bg=nil, attr=nil, sp=nil})
hi('SpellBad', {fg=nil, bg=nil, attr='undercurl', sp=p.base08})
hi('SpellCap', {fg=nil, bg=nil, attr='undercurl', sp=p.base0D})
hi('SpellLocal', {fg=nil, bg=nil, attr='undercurl', sp=p.base0C})
hi('SpellRare', {fg=nil, bg=nil, attr='undercurl', sp=p.base0E})
hi('SpellBad', {fg=p.base08, bg=nil, attr='undercurl', sp=p.base08})
hi('SpellCap', {fg=p.base0D, bg=nil, attr='undercurl', sp=p.base0D})
hi('SpellLocal', {fg=p.base0C, bg=nil, attr='undercurl', sp=p.base0C})
hi('SpellRare', {fg=p.base0E, bg=nil, attr='undercurl', sp=p.base0E})
hi('StatusLine', {fg=p.base04, bg=p.base02, attr=nil, sp=nil})
hi('StatusLineNC', {fg=p.base03, bg=p.base01, attr=nil, sp=nil})
hi('Substitute', {fg=p.base01, bg=p.base0A, attr=nil, sp=nil})
Expand Down

0 comments on commit 741ad29

Please sign in to comment.