From b0e36734b8e4c8e1e56533218076fe574c7a9d75 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 10 Feb 2024 01:58:10 +0100 Subject: [PATCH] changed markdown colors --- lua/tccs/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tccs/theme.lua b/lua/tccs/theme.lua index 9fcd973..63c94f5 100644 --- a/lua/tccs/theme.lua +++ b/lua/tccs/theme.lua @@ -288,7 +288,7 @@ theme.set_highlights = function(opts) -- markup hl(0, '@text', { fg = c.fg }) -- Legacy - hl(0, '@markup.strong', { fg = c.fg, bold = true }) + hl(0, '@markup.strong', { fg = c.bold, bold = true }) hl(0, '@markup.italic', { fg = c.fg, italic = true }) hl(0, '@markup.underline', { fg = c.fg, bg = 'NONE' }) hl(0, '@markup.strikethrough', { fg = c.fg, strikethrough = true })