mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
update spell styles
This commit is contained in:
parent
81cb5fc1b3
commit
6366b5ed30
1 changed files with 3 additions and 3 deletions
|
|
@ -85,9 +85,9 @@ theme.loadEditor = function()
|
|||
Search = { fg = p.iris, bg = p.highlight_overlay },
|
||||
SpecialKey = { fg = p.foam },
|
||||
SpellBad = { style = 'undercurl', sp = p.love },
|
||||
SpellCap = { style = 'undercurl', sp = p.foam },
|
||||
SpellLocal = { style = 'undercurl', sp = p.foam },
|
||||
SpellRare = { style = 'undercurl', sp = p.foam },
|
||||
SpellCap = { style = 'undercurl', sp = p.subtle },
|
||||
SpellLocal = { style = 'undercurl', sp = p.subtle },
|
||||
SpellRare = { style = 'undercurl', sp = p.subtle },
|
||||
SignColumn = {},
|
||||
StatusLine = { fg = p.text, bg = p.surface },
|
||||
StatusLineNC = { fg = p.subtle, bg = p.surface },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue