From 826a74f0eab48af280d22972f1ee077bfb43740e Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 28 Sep 2022 23:08:24 +0200 Subject: [PATCH] feat: added highlights for nvim-treehopper --- lua/tokyonight/theme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 5cdecf0..c057999 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -421,6 +421,9 @@ function M.setup() HopNextKey2 = { fg = util.darken(c.blue2, 0.3) }, HopUnmatched = { fg = c.dark3 }, + TSNodeKey = { fg = c.magenta2, bold = true }, + TSNodeUnmatched = { fg = c.dark3 }, + LeapMatch = { bg = c.magenta2, fg = c.fg, bold = true }, LeapLabelPrimary = { fg = c.magenta2, bold = true }, LeapLabelSecondary = { fg = c.green1, bold = true },