From e0610445d5d2ee089269a199f49bbfaebd1c9ced Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 16 Apr 2023 21:36:13 +0200 Subject: [PATCH] feat: better hl for markdown literal --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 837dab1..eb82de4 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -239,7 +239,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"] = { link = "Normal" }, + ["@text.literal.markdown"] = { fg = c.orange }, ["@text.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue }, ["@text.reference"] = { fg = c.teal },