mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-03 15:47:01 +02:00
Add option to disable italic styling
This commit is contained in:
parent
921f85c99a
commit
6d7770eda6
5 changed files with 13 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue