From e305d0e9b4ed33924b46fc3a193666ede8816611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E9=85=94=E9=96=91=E5=90=9F?= <50296129+Jint-lzxy@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:31:02 +0800 Subject: [PATCH] feat(catppuccin): add `nvim-treehopper` support (#841) --- lua/modules/configs/ui/catppuccin.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/modules/configs/ui/catppuccin.lua b/lua/modules/configs/ui/catppuccin.lua index 999a90c87..3eb0834fe 100644 --- a/lua/modules/configs/ui/catppuccin.lua +++ b/lua/modules/configs/ui/catppuccin.lua @@ -186,6 +186,13 @@ return function() TelescopeResultsDiffChange = { fg = cp.yellow }, TelescopeResultsDiffDelete = { fg = cp.red }, + -- For nvim-treehopper + TSNodeKey = { + fg = cp.peach, + bg = transparent_background and cp.none or cp.base, + style = { "bold", "underline" }, + }, + -- For treesitter ["@keyword.return"] = { fg = cp.pink, style = clear }, }