From 81cb5fc1b399f82d10dcb5fb4972e0b5b93a3071 Mon Sep 17 00:00:00 2001 From: mvllow Date: Sun, 18 Jul 2021 15:34:10 -0500 Subject: [PATCH] add spell styles --- lua/rose-pine/theme.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 535b918..af3b0a2 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -84,10 +84,10 @@ theme.loadEditor = function() -- QuickFixLine = {}, Search = { fg = p.iris, bg = p.highlight_overlay }, SpecialKey = { fg = p.foam }, - -- SpellBad = {}, - -- SpellCap = {}, - -- SpellLocal = {}, - -- SpellRare = {}, + SpellBad = { style = 'undercurl', sp = p.love }, + SpellCap = { style = 'undercurl', sp = p.foam }, + SpellLocal = { style = 'undercurl', sp = p.foam }, + SpellRare = { style = 'undercurl', sp = p.foam }, SignColumn = {}, StatusLine = { fg = p.text, bg = p.surface }, StatusLineNC = { fg = p.subtle, bg = p.surface },