feat(neotree): tab separator theme missing

This commit is contained in:
2024-03-16 12:34:27 +01:00
parent 48a9c09369
commit 970adcc6ca

View File

@@ -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