We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afb9e9 commit 5755ea7Copy full SHA for 5755ea7
lua/astrotheme/groups/base.lua
@@ -172,10 +172,10 @@ local function callback(opts)
172
--------------------
173
--- Spell
174
175
- SpellBad = { undercurl = true },
176
- SpellCap = { undercurl = true },
177
- SpellLocal = { undercurl = true },
178
- SpellRare = { undercurl = true },
+ SpellBad = { sp = C.ui.red, undercurl = true },
+ SpellCap = { sp = C.ui.yellow, undercurl = true },
+ SpellLocal = { sp = C.ui.blue, undercurl = true },
+ SpellRare = { sp = C.ui.green, undercurl = true },
179
180
----------------
181
--- Other
0 commit comments