mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
ref: Use default heading configs for Neorg
This commit is contained in:
parent
76225c3549
commit
04a9e22d22
1 changed files with 14 additions and 14 deletions
|
|
@ -413,19 +413,19 @@ local theme = {
|
||||||
|
|
||||||
-- Neorg
|
-- Neorg
|
||||||
-- https://github.com/nvim-neorg/neorg
|
-- https://github.com/nvim-neorg/neorg
|
||||||
NeorgHeading1Prefix = { fg = p.iris, style = 'bold' },
|
NeorgHeading1Prefix = { fg = config.colors.headings.h1, style = 'bold' },
|
||||||
NeorgHeading2Prefix = { fg = p.foam, style = 'bold' },
|
NeorgHeading2Prefix = { fg = config.colors.headings.h2, style = 'bold' },
|
||||||
NeorgHeading3Prefix = { fg = p.rose, style = 'bold' },
|
NeorgHeading3Prefix = { fg = config.colors.headings.h3, style = 'bold' },
|
||||||
NeorgHeading4Prefix = { fg = p.gold, style = 'bold' },
|
NeorgHeading4Prefix = { fg = config.colors.headings.h4, style = 'bold' },
|
||||||
NeorgHeading5Prefix = { fg = p.pine, style = 'bold' },
|
NeorgHeading5Prefix = { fg = config.colors.headings.h5, style = 'bold' },
|
||||||
NeorgHeading6Prefix = { fg = p.foam, style = 'bold' },
|
NeorgHeading6Prefix = { fg = config.colors.headings.h6, style = 'bold' },
|
||||||
|
|
||||||
NeorgHeading1Title = { fg = p.iris, style = 'bold' },
|
NeorgHeading1Title = { fg = config.colors.headings.h1, style = 'bold' },
|
||||||
NeorgHeading2Title = { fg = p.foam, style = 'bold' },
|
NeorgHeading2Title = { fg = config.colors.headings.h2, style = 'bold' },
|
||||||
NeorgHeading3Title = { fg = p.rose, style = 'bold' },
|
NeorgHeading3Title = { fg = config.colors.headings.h3, style = 'bold' },
|
||||||
NeorgHeading4Title = { fg = p.gold, style = 'bold' },
|
NeorgHeading4Title = { fg = config.colors.headings.h4, style = 'bold' },
|
||||||
NeorgHeading5Title = { fg = p.pine, style = 'bold' },
|
NeorgHeading5Title = { fg = config.colors.headings.h5, style = 'bold' },
|
||||||
NeorgHeading6Title = { fg = p.foam, style = 'bold' },
|
NeorgHeading6Title = { fg = config.colors.headings.h6, style = 'bold' },
|
||||||
|
|
||||||
NeorgMarkerTitle = { fg = p.text, style = 'bold' },
|
NeorgMarkerTitle = { fg = p.text, style = 'bold' },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue