mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +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 },
|
NeoTreeModified = { fg = colors.yellow },
|
||||||
NeoTreeWinSeparator = { link = "WinSeparator" },
|
NeoTreeWinSeparator = { link = "WinSeparator" },
|
||||||
|
|
||||||
|
-- Markdown rendering
|
||||||
|
RenderMarkdownCode = { bg = colors.crust },
|
||||||
|
RenderMarkdownCodeInline = { fg = colors.rosewater, bg = colors.crust },
|
||||||
|
|
||||||
-- Syntax
|
-- Syntax
|
||||||
PreProc = { link = "Include" },
|
PreProc = { link = "Include" },
|
||||||
Operator = { fg = colors.rosewater },
|
Operator = { fg = colors.rosewater },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue