diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 705520b..d4ffac4 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -423,23 +423,6 @@ theme.plugins = { NeogitHunkHeader = { bg = p.highlight }, NeogitHunkHeaderHighlight = { bg = p.highlight }, - -- 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' }, -- VimWiki -- https://github.com/vimwiki/vimwiki VimwikiHR = { fg = p.subtle }, @@ -453,6 +436,7 @@ theme.plugins = { VimwikiLink = { fg = p.rose }, VimwikiList = { fg = p.iris }, VimwikiNoExistsLink = { fg = p.love }, + -- Neorg -- https://github.com/nvim-neorg/neorg NeorgHeading1Prefix = { fg = p.iris, style = 'bold' },