From ef1745b5ec7729babbe53d5fe3ce027bc19b5eeb Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 14 Dec 2022 21:40:05 +0100 Subject: [PATCH] fix: @text.literal.markdown should link to Normal --- lua/tokyonight/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 7c9ef87..8519fd1 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -166,6 +166,7 @@ function M.setup() ["@text.todo.unchecked"] = { fg = c.blue }, -- For brackets and parens. ["@text.todo.checked"] = { fg = c.green1 }, -- For brackets and parens. ["@text.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue }, + ["@text.literal.markdown"] = { link = "Normal" }, debugPC = { bg = c.bg_sidebar }, -- used for highlighting the current line in terminal-debug debugBreakpoint = { bg = util.darken(c.info, 0.1), fg = c.info }, -- used for breakpoint colors in terminal-debug