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

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`. ["@variable.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`.
--- Text --- 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.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue },
["@text.reference"] = { fg = c.teal }, ["@text.reference"] = { fg = c.teal },