Add option to disable italic styling

This commit is contained in:
Webhooked 2025-05-07 11:49:57 +02:00
commit 6d7770eda6
5 changed files with 13 additions and 8 deletions

View file

@ -17,6 +17,7 @@ M.config = {
transparent = false,
dimInactive = false,
terminalColors = true,
disableItalics = false,
colors = { theme = { zen = {}, pearl = {}, ink = {}, all = {} }, palette = {} },
---@type fun(colors: KansoColorsSpec): table<string, table>
overrides = function()