Fixed statusline and tabline background

This commit is contained in:
2024-02-21 10:53:19 +01:00
parent e4cfb6ebd0
commit 76feae8704
3 changed files with 12 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ return function(theme, palette)
NeoTreeFloatTitle = theme.popup.title,
NeoTreeSymbolicLinkTarget = { fg = palette.aqua },
NeoTreeTabActive = vim.tbl_extend("error", theme.statusbar.active, { bold = true }),
NeoTreeTabActive = theme.statusbar.inactive,
NeoTreeTabInactive = theme.winbar.inactive,
NeoTreeTitleBar = theme.popup.title2,
}