mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: markdown delimiter (#238)
This commit is contained in:
parent
4372c4eb49
commit
ea3f15ca95
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ local function set_highlights()
|
|||
|
||||
-- ["@markup.raw"] = { bg = palette.surface },
|
||||
-- ["@markup.raw.block"] = { bg = palette.surface },
|
||||
["@markup.raw.delimiter.markdown"] = { bg = palette.subtle },
|
||||
["@markup.raw.delimiter.markdown"] = { fg = palette.subtle },
|
||||
|
||||
["@markup.list"] = { fg = palette.text },
|
||||
["@markup.list.checked"] = { fg = palette.foam, bg = palette.foam, blend = 10 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue