mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add heading highlights to Neorg
This commit is contained in:
parent
af30921dfc
commit
86a26221d2
1 changed files with 17 additions and 0 deletions
|
|
@ -453,6 +453,23 @@ theme.plugins = {
|
||||||
VimwikiLink = { fg = p.rose },
|
VimwikiLink = { fg = p.rose },
|
||||||
VimwikiList = { fg = p.iris },
|
VimwikiList = { fg = p.iris },
|
||||||
VimwikiNoExistsLink = { fg = p.love },
|
VimwikiNoExistsLink = { fg = p.love },
|
||||||
|
-- Neorg
|
||||||
|
-- https://github.com/nvim-neorg/neorg
|
||||||
|
NeorgHeading1Prefix = { fg = p.iris, style = 'bold' },
|
||||||
|
NeorgHeading2Prefix = { fg = p.foam, style = 'bold' },
|
||||||
|
NeorgHeading3Prefix = { fg = p.rose, style = 'bold' },
|
||||||
|
NeorgHeading4Prefix = { fg = p.gold, style = 'bold' },
|
||||||
|
NeorgHeading5Prefix = { fg = p.pine, style = 'bold' },
|
||||||
|
NeorgHeading6Prefix = { fg = p.foam, style = 'bold' },
|
||||||
|
|
||||||
|
NeorgHeading1Title = { fg = p.iris, style = 'bold' },
|
||||||
|
NeorgHeading2Title = { fg = p.foam, style = 'bold' },
|
||||||
|
NeorgHeading3Title = { fg = p.rose, style = 'bold' },
|
||||||
|
NeorgHeading4Title = { fg = p.gold, style = 'bold' },
|
||||||
|
NeorgHeading5Title = { fg = p.pine, style = 'bold' },
|
||||||
|
NeorgHeading6Title = { fg = p.foam, style = 'bold' },
|
||||||
|
|
||||||
|
NeorgMarkerTitle = { fg = p.text, style = 'bold' },
|
||||||
}
|
}
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue