From a00a30d7d6e3d3fb7c2d03b82ec207cedf6de186 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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 9054f1d..f688027 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -422,6 +422,20 @@ theme.plugins = { NeogitDiffContextHighlight = { bg = p.highlight }, NeogitHunkHeader = { bg = p.highlight }, NeogitHunkHeaderHighlight = { bg = p.highlight }, + + -- 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