From 970adcc6ca516faef5776ed08fb06e24ffa49362 Mon Sep 17 00:00:00 2001 From: Niverton Date: Sat, 16 Mar 2024 12:34:27 +0100 Subject: [PATCH] feat(neotree): tab separator theme missing --- lua/astrobox/highlights/modules/neo-tree.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/astrobox/highlights/modules/neo-tree.lua b/lua/astrobox/highlights/modules/neo-tree.lua index 1dbf552..10b99a7 100644 --- a/lua/astrobox/highlights/modules/neo-tree.lua +++ b/lua/astrobox/highlights/modules/neo-tree.lua @@ -24,7 +24,9 @@ return function(theme, palette) NeoTreeSymbolicLinkTarget = { fg = palette.aqua }, NeoTreeTabActive = theme.statusbar.inactive, + NeoTreeTabSeparatorActive = theme.statusbar.inactive, NeoTreeTabInactive = theme.winbar.inactive, + NeoTreeTabSeparatorInactive = theme.winbar.inactive, NeoTreeTitleBar = theme.popup.title2, } end