feat(theme): bold URLs

This commit is contained in:
Oliver Ladner 2025-09-01 07:04:09 +02:00
commit df89a338ec

View file

@ -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" },