fix : make inactive statuslines as thin lines
This commit is contained in:
@@ -55,9 +55,6 @@ local components = {
|
||||
table.insert(components.active, {})
|
||||
table.insert(components.active, {})
|
||||
table.insert(components.active, {})
|
||||
table.insert(components.inactive, {})
|
||||
table.insert(components.inactive, {})
|
||||
table.insert(components.inactive, {})
|
||||
|
||||
components.active[1][1] = {
|
||||
provider = statusline_style.main_icon,
|
||||
@@ -366,6 +363,21 @@ 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