mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
match link underline colour
This commit is contained in:
parent
fac0f76075
commit
2340a5bd20
1 changed files with 4 additions and 1 deletions
|
|
@ -145,7 +145,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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue