diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 6c16527..90e093e 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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 },