diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 3cd9ace..f148d28 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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