fix(markdown): better default literal color for markdown

This commit is contained in:
Folke Lemaitre 2023-04-17 07:31:50 +02:00
parent c32540a6ae
commit 0bc6449f47
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -241,7 +241,7 @@ function M.setup()
["@variable.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`.
--- Text
["@text.literal.markdown"] = { fg = c.orange },
-- ["@text.literal.markdown"] = { fg = c.blue },
["@text.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue },
["@text.reference"] = { fg = c.teal },