diff --git a/lua/weeheavy/plugins/theme/rosepine.lua b/lua/weeheavy/plugins/theme/rosepine.lua index dc68b6e..caa32cf 100644 --- a/lua/weeheavy/plugins/theme/rosepine.lua +++ b/lua/weeheavy/plugins/theme/rosepine.lua @@ -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" },