From af30921dfc1f649d9d5d1403b3b844e2a8abf8b0 Mon Sep 17 00:00:00 2001 From: Piers Olenski <1285419+piersolenski@users.noreply.github.com> Date: Sat, 20 Nov 2021 16:04:48 +0000 Subject: [PATCH] Add VimWiki support (#35) --- lua/rose-pine/theme.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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