Add VimWiki support (#35)

This commit is contained in:
Piers Olenski 2021-11-20 16:04:48 +00:00 committed by danymat
commit af30921dfc

View file

@ -440,6 +440,19 @@ theme.plugins = {
NeorgHeading6Title = { fg = p.foam, 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