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