From 6366b5ed303073f8fe6abc53518f2bbe1c8baa9e Mon Sep 17 00:00:00 2001 From: mvllow Date: Sun, 18 Jul 2021 15:37:21 -0500 Subject: [PATCH] update spell styles --- lua/rose-pine/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index af3b0a2..bd205da 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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 },