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
38f3720c64
commit
a00a30d7d6
1 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue