Skip to content

Commit 5755ea7

Browse files
committed
feat(base): add colors to spelling undercurls
1 parent 9afb9e9 commit 5755ea7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ local function callback(opts)
172172
--------------------
173173
--- Spell
174174
--------------------
175-
SpellBad = { undercurl = true },
176-
SpellCap = { undercurl = true },
177-
SpellLocal = { undercurl = true },
178-
SpellRare = { undercurl = true },
175+
SpellBad = { sp = C.ui.red, undercurl = true },
176+
SpellCap = { sp = C.ui.yellow, undercurl = true },
177+
SpellLocal = { sp = C.ui.blue, undercurl = true },
178+
SpellRare = { sp = C.ui.green, undercurl = true },
179179

180180
----------------
181181
--- Other

0 commit comments

Comments
 (0)