feat(theme): italic for functions

This commit is contained in:
Oliver Ladner 2025-08-26 12:07:10 +02:00
commit c6947f3b23

View file

@ -19,11 +19,13 @@ return {
migrations = true, -- Handle deprecated options automatically
},
styles = {
bold = true,
transparency = false,
italic = false,
},
highlight_groups = {
Comment = { italic = true },
["@function"] = { italic = true },
-- TelescopeResultsNormal = { fg = "subtle", bg = "none" },
TelescopeBorder = { fg = "overlay", bg = "overlay" },