clean config for inactive statusline
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user