add spell checking themes
This commit is contained in:
parent
64c5287741
commit
68919dc2ed
@ -44,7 +44,11 @@ local theme = lush(function()
|
|||||||
SpecialKey { fg = "red" },
|
SpecialKey { fg = "red" },
|
||||||
Directory { Constant },
|
Directory { Constant },
|
||||||
Title { Operator, gui = "bold" },
|
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)
|
end)
|
||||||
|
|
||||||
|
@ -44,7 +44,11 @@ local theme = lush(function()
|
|||||||
SpecialKey { fg = "red" },
|
SpecialKey { fg = "red" },
|
||||||
Directory { Constant },
|
Directory { Constant },
|
||||||
Title { Operator, gui = "bold" },
|
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)
|
end)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user