feat(theme): bold URLs
This commit is contained in:
parent
5d059fcab8
commit
df89a338ec
1 changed files with 3 additions and 1 deletions
|
|
@ -24,8 +24,10 @@ return {
|
||||||
italic = false,
|
italic = false,
|
||||||
},
|
},
|
||||||
highlight_groups = {
|
highlight_groups = {
|
||||||
|
-- Get identifier with `:Inspect` while hovering over word
|
||||||
Comment = { italic = true },
|
Comment = { italic = true },
|
||||||
["@function"] = { italic = true },
|
-- ["@function"] = { italic = true },
|
||||||
|
["@string.special.url"] = { bold = true },
|
||||||
-- TelescopeResultsNormal = { fg = "subtle", bg = "none" },
|
-- TelescopeResultsNormal = { fg = "subtle", bg = "none" },
|
||||||
|
|
||||||
TelescopeBorder = { fg = "overlay", bg = "overlay" },
|
TelescopeBorder = { fg = "overlay", bg = "overlay" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue