Fixed statusline and tabline background
This commit is contained in:
@@ -28,9 +28,9 @@ return function(theme, palette)
|
||||
StatusReplace = { fg = theme.statusbar.normal.bg, bg = palette.red },
|
||||
StatusTerminal = { link = "StatusInsert" },
|
||||
StatusVisual = { fg = theme.statusbar.normal.bg, bg = palette.purple },
|
||||
TabLine = theme.statusbar.normal,
|
||||
TabLineFill = { link = "TabLine" },
|
||||
TabLineSel = vim.tbl_extend("error", theme.statusbar.inactive, { bold = true, italic = true }),
|
||||
TabLine = theme.statusbar.inactive,
|
||||
TabLineFill = theme.statusbar.normal,
|
||||
TabLineSel = theme.statusbar.active,
|
||||
WinBar = theme.winbar.normal,
|
||||
WinBarNC = theme.winbar.inactive,
|
||||
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user