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