mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Add VimWiki support (#35)
This commit is contained in:
parent
191202a371
commit
af30921dfc
1 changed files with 13 additions and 0 deletions
|
|
@ -440,6 +440,19 @@ theme.plugins = {
|
||||||
NeorgHeading6Title = { fg = p.foam, style = 'bold' },
|
NeorgHeading6Title = { fg = p.foam, style = 'bold' },
|
||||||
|
|
||||||
NeorgMarkerTitle = { fg = p.text, style = 'bold' },
|
NeorgMarkerTitle = { fg = p.text, style = 'bold' },
|
||||||
|
-- VimWiki
|
||||||
|
-- https://github.com/vimwiki/vimwiki
|
||||||
|
VimwikiHR = { fg = p.subtle },
|
||||||
|
VimwikiHeader1 = { fg = p.foam, style = 'bold' },
|
||||||
|
VimwikiHeader2 = { fg = p.foam, style = 'bold' },
|
||||||
|
VimwikiHeader3 = { fg = p.foam, style = 'bold' },
|
||||||
|
VimwikiHeader4 = { fg = p.foam, style = 'bold' },
|
||||||
|
VimwikiHeader5 = { fg = p.foam, style = 'bold' },
|
||||||
|
VimwikiHeader6 = { fg = p.foam, style = 'bold' },
|
||||||
|
VimwikiHeaderChar = { fg = p.pine },
|
||||||
|
VimwikiLink = { fg = p.rose },
|
||||||
|
VimwikiList = { fg = p.iris },
|
||||||
|
VimwikiNoExistsLink = { fg = p.love },
|
||||||
}
|
}
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue