mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: colorscheme: add highlight for markdown rendering groups
This commit is contained in:
parent
71f2f5bb0d
commit
62ebd21062
1 changed files with 4 additions and 0 deletions
|
|
@ -82,6 +82,10 @@ local options = {
|
|||
NeoTreeModified = { fg = colors.yellow },
|
||||
NeoTreeWinSeparator = { link = "WinSeparator" },
|
||||
|
||||
-- Markdown rendering
|
||||
RenderMarkdownCode = { bg = colors.crust },
|
||||
RenderMarkdownCodeInline = { fg = colors.rosewater, bg = colors.crust },
|
||||
|
||||
-- Syntax
|
||||
PreProc = { link = "Include" },
|
||||
Operator = { fg = colors.rosewater },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue