From df89a338ecaf8204b66957837952709e95f00db4 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 1 Sep 2025 07:04:09 +0200 Subject: [PATCH] feat(theme): bold URLs --- lua/weeheavy/plugins/theme/rosepine.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" },