From 3f9c30537dbbba6dca94b5c4cea7960354177bfd Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 19 Dec 2021 10:27:25 -0500 Subject: [PATCH] updated some markdown highlights --- lua/catppuccin/core/integrations/treesitter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/catppuccin/core/integrations/treesitter.lua b/lua/catppuccin/core/integrations/treesitter.lua index 1ef1019..85d4a17 100644 --- a/lua/catppuccin/core/integrations/treesitter.lua +++ b/lua/catppuccin/core/integrations/treesitter.lua @@ -72,9 +72,9 @@ function M.get(cp) -- TSURI = { }; -- Any URI like a link or email. -- -- Markdown tresitter parser support - TSURI = { fg = cp.catppuccin6 }, -- urls + TSURI = { fg = cp.catppuccin2, style = "italic" }, -- urls TSLiteral = { fg = cp.catppuccin0 }, -- like inline code - TSTextReference = { fg = cp.catppuccin2 }, -- references + TSTextReference = { fg = cp.catppuccin7, style = "bold" }, -- references TSTitle = { fg = cp.catppuccin9, style = "bold" }, -- titles like: # Example TSEmphasis = { fg = cp.catppuccin5, style = "bold" }, -- bold TSStrong = { fg = cp.catppuccin4, style = "italic,bold" }, -- italic