clean config for inactive statusline

This commit is contained in:
siduck76 2021-10-17 11:28:47 +05:30
parent 16a0c97fc9
commit eefee5e17d
2 changed files with 4 additions and 15 deletions

View File

@ -76,6 +76,10 @@ fg("CmpItemKind", white)
fg("CmpItemMenu", white)
-- misc
-- inactive statuslines as thin lines
fg("StatusLineNC", one_bg2 .. " gui=underline")
fg("LineNr", grey)
fg("NvimInternalError", red)
fg("VertSplit", one_bg2)

View File

@ -367,21 +367,6 @@ components.active[3][10] = {
},
}
local InactiveStatusHL = {
fg = colors.one_bg2,
bg = "NONE",
style = "underline",
}
components.inactive = {
{
{
provider = " ",
hl = InactiveStatusHL,
},
},
}
require("feline").setup {
colors = {
bg = colors.statusline_bg,