fix(markdown): better default literal color for markdown
This commit is contained in:
@@ -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 },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user