mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
reduce SpellBad importance
This commit is contained in:
parent
506de581e5
commit
95dd29d70c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ function M.get(config)
|
|||
RedrawDebugRecompose = { fg = '#ffffff', bg = p.love },
|
||||
Search = { bg = p.highlight_med },
|
||||
SpecialKey = { fg = p.foam },
|
||||
SpellBad = { sp = p.love, style = 'undercurl' },
|
||||
SpellBad = { sp = p.subtle, style = 'undercurl' },
|
||||
SpellCap = { sp = p.subtle, style = 'undercurl' },
|
||||
SpellLocal = { sp = p.subtle, style = 'undercurl' },
|
||||
SpellRare = { sp = p.subtle, style = 'undercurl' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue