We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ffead commit 0db72c2Copy full SHA for 0db72c2
lua/cyberdream/extensions/base.lua
@@ -53,10 +53,10 @@ function M.get(opts, t)
53
IncSearch = { fg = t.bgAlt, bg = t.cyan },
54
CurSearch = { fg = t.bgAlt, bg = t.cyan },
55
SpecialKey = { fg = t.grey },
56
- SpellBad = { fg = t.red, undercurl = true },
57
- SpellCap = { fg = t.yellow, undercurl = true },
58
- SpellLocal = { fg = t.blue, undercurl = true },
59
- SpellRare = { fg = t.purple, undercurl = true },
+ SpellBad = { sp = t.red, undercurl = true },
+ SpellCap = { sp = t.yellow, undercurl = true },
+ SpellLocal = { sp = t.blue, undercurl = true },
+ SpellRare = { sp = t.purple, undercurl = true },
60
StatusLine = { fg = t.fg, bg = t.bg },
61
StatusLineNC = { fg = t.grey, bg = t.bg },
62
TabLine = { fg = t.grey, bg = t.bg },
0 commit comments