Skip to content

Commit

Permalink
match link underline colour
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Feb 6, 2023
1 parent 3d2bceb commit 76cae70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ function M._load(options)
h('markdownH5Delimiter', { link = 'markdownH5' })
h('markdownH6', { fg = groups.headings.h6, bold = true })
h('markdownH6Delimiter', { link = 'markdownH6' })
h('markdownLinkText', { fg = groups.link, underline = true })
h(
'markdownLinkText',
{ fg = groups.link, sp = groups.link, underline = true }
)
h('markdownUrl', { link = 'markdownLinkText' })

h('mkdCode', { fg = p.foam, italic = maybe.italic })
Expand Down

0 comments on commit 76cae70

Please sign in to comment.