mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
vimwikilink add underline style (#61)
This commit is contained in:
parent
c160553d7e
commit
dca25f4efc
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ local theme = {
|
|||
VimwikiHeader5 = { fg = config.colors.headings.h5, style = 'bold' },
|
||||
VimwikiHeader6 = { fg = config.colors.headings.h6, style = 'bold' },
|
||||
VimwikiHeaderChar = { fg = p.pine },
|
||||
VimwikiLink = { fg = p.rose },
|
||||
VimwikiLink = { fg = p.rose, style = 'underline' },
|
||||
VimwikiList = { fg = p.iris },
|
||||
VimwikiNoExistsLink = { fg = p.love },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue