fix(theme): Disable italics except for comments

This commit is contained in:
Oliver Ladner 2025-08-26 11:54:13 +02:00
commit 3f1e8566e1

View file

@ -20,8 +20,10 @@ return {
},
styles = {
transparency = false,
italic = false,
},
highlight_groups = {
Comment = { italic = true },
-- TelescopeResultsNormal = { fg = "subtle", bg = "none" },
TelescopeBorder = { fg = "overlay", bg = "overlay" },