add spell checking themes

This commit is contained in:
Łukasz Pankowski 2023-12-03 00:07:21 +01:00
parent 64c5287741
commit 68919dc2ed
2 changed files with 10 additions and 2 deletions

View File

@ -44,7 +44,11 @@ local theme = lush(function()
SpecialKey { fg = "red" },
Directory { Constant },
Title { Operator, gui = "bold" },
Conceal { bg = Normal.bg.li(40).de(30) }
Conceal { bg = Normal.bg.li(40).de(30) },
SpellBad { fg = Special.fg, gui = "underline" },
SpellRare { fg = Type.fg, gui = "underline" },
SpellLocal { fg = Constant.fg, gui = "underline" },
SpellCap { fg = String.fg, gui = "underline" },
}
end)

View File

@ -44,7 +44,11 @@ local theme = lush(function()
SpecialKey { fg = "red" },
Directory { Constant },
Title { Operator, gui = "bold" },
Conceal { bg = Normal.bg.da(15).de(30) }
Conceal { bg = Normal.bg.da(15).de(30) },
SpellBad { fg = Special.fg, gui = "underline" },
SpellRare { fg = Type.fg, gui = "underline" },
SpellLocal { fg = Constant.fg, gui = "underline" },
SpellCap { fg = String.fg, gui = "underline" },
}
end)