mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Added markdown highlights.
This commit is contained in:
parent
e9bf877ded
commit
f14f0f162a
1 changed files with 6 additions and 0 deletions
|
|
@ -129,6 +129,12 @@ theme.base = {
|
||||||
htmlTagN = { fg = p.text },
|
htmlTagN = { fg = p.text },
|
||||||
htmlTagName = { fg = p.foam },
|
htmlTagName = { fg = p.foam },
|
||||||
|
|
||||||
|
markdownH1 = { fg = p.love },
|
||||||
|
markdownH2 = { fg = p.rose },
|
||||||
|
markdownH3 = { fg = p.iris },
|
||||||
|
markdownH4 = { fg = p.pine },
|
||||||
|
markdownH5 = { fg = p.foam },
|
||||||
|
|
||||||
DiagnosticHint = { fg = groups.hint },
|
DiagnosticHint = { fg = groups.hint },
|
||||||
DiagnosticInfo = { fg = groups.info },
|
DiagnosticInfo = { fg = groups.info },
|
||||||
DiagnosticWarn = { fg = groups.warn },
|
DiagnosticWarn = { fg = groups.warn },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue