diff --git a/lua/weeheavy/plugins/theme/rosepine.lua b/lua/weeheavy/plugins/theme/rosepine.lua index caa32cf..1818717 100644 --- a/lua/weeheavy/plugins/theme/rosepine.lua +++ b/lua/weeheavy/plugins/theme/rosepine.lua @@ -24,8 +24,10 @@ return { italic = false, }, highlight_groups = { + -- Get identifier with `:Inspect` while hovering over word Comment = { italic = true }, - ["@function"] = { italic = true }, + -- ["@function"] = { italic = true }, + ["@string.special.url"] = { bold = true }, -- TelescopeResultsNormal = { fg = "subtle", bg = "none" }, TelescopeBorder = { fg = "overlay", bg = "overlay" },