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