From 3f1e8566e1f08863f47973f58bbd04f92f0f4ea9 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 26 Aug 2025 11:54:13 +0200 Subject: [PATCH] fix(theme): Disable italics except for comments --- lua/weeheavy/plugins/theme/rosepine.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/weeheavy/plugins/theme/rosepine.lua b/lua/weeheavy/plugins/theme/rosepine.lua index 5c44525..dc68b6e 100644 --- a/lua/weeheavy/plugins/theme/rosepine.lua +++ b/lua/weeheavy/plugins/theme/rosepine.lua @@ -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" },