mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Support for Neorg (#33)
This commit is contained in:
parent
8594322103
commit
12cfac46f3
2 changed files with 19 additions and 0 deletions
|
|
@ -410,6 +410,24 @@ local theme = {
|
|||
VimwikiLink = { fg = p.rose },
|
||||
VimwikiList = { fg = p.iris },
|
||||
VimwikiNoExistsLink = { fg = p.love },
|
||||
|
||||
-- Neorg
|
||||
-- https://github.com/nvim-neorg/neorg
|
||||
NeorgHeading1Prefix = { fg = config.colors.headings.h1, style = 'bold' },
|
||||
NeorgHeading2Prefix = { fg = config.colors.headings.h2, style = 'bold' },
|
||||
NeorgHeading3Prefix = { fg = config.colors.headings.h3, style = 'bold' },
|
||||
NeorgHeading4Prefix = { fg = config.colors.headings.h4, style = 'bold' },
|
||||
NeorgHeading5Prefix = { fg = config.colors.headings.h5, style = 'bold' },
|
||||
NeorgHeading6Prefix = { fg = config.colors.headings.h6, style = 'bold' },
|
||||
|
||||
NeorgHeading1Title = { fg = config.colors.headings.h1, style = 'bold' },
|
||||
NeorgHeading2Title = { fg = config.colors.headings.h2, style = 'bold' },
|
||||
NeorgHeading3Title = { fg = config.colors.headings.h3, style = 'bold' },
|
||||
NeorgHeading4Title = { fg = config.colors.headings.h4, style = 'bold' },
|
||||
NeorgHeading5Title = { fg = config.colors.headings.h5, style = 'bold' },
|
||||
NeorgHeading6Title = { fg = config.colors.headings.h6, style = 'bold' },
|
||||
|
||||
NeorgMarkerTitle = { fg = p.text, style = 'bold' },
|
||||
}
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue