Skip to content

Commit 9454c83

Browse files
committed
fix(extensions): remove redundant underline property from helpview links
1 parent aa98b08 commit 9454c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/cyberdream/extensions/helpview.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ function M.get(opts, t)
1717
HelpviewInlineCode = { link = "HelpviewCode" },
1818
HelpviewCodeLanguage = { fg = t.grey, bg = t.bgAlt, italic = true },
1919

20-
HelpviewTaglink = { fg = t.blue, underline = true },
21-
HelpviewOptionlink = { fg = util.blend(t.green, t.blue, 0.5), underline = true },
20+
HelpviewTaglink = { fg = t.blue },
21+
HelpviewOptionlink = { fg = util.blend(t.cyan, t.magenta, 0.4) },
2222
HelpviewMentionlink = { fg = t.cyan, underline = true },
2323
}
2424

0 commit comments

Comments
 (0)