clean config for inactive statusline
This commit is contained in:
parent
16a0c97fc9
commit
eefee5e17d
|
@ -76,6 +76,10 @@ fg("CmpItemKind", white)
|
||||||
fg("CmpItemMenu", white)
|
fg("CmpItemMenu", white)
|
||||||
|
|
||||||
-- misc
|
-- misc
|
||||||
|
|
||||||
|
-- inactive statuslines as thin lines
|
||||||
|
fg("StatusLineNC", one_bg2 .. " gui=underline")
|
||||||
|
|
||||||
fg("LineNr", grey)
|
fg("LineNr", grey)
|
||||||
fg("NvimInternalError", red)
|
fg("NvimInternalError", red)
|
||||||
fg("VertSplit", one_bg2)
|
fg("VertSplit", one_bg2)
|
||||||
|
|
|
@ -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 {
|
require("feline").setup {
|
||||||
colors = {
|
colors = {
|
||||||
bg = colors.statusline_bg,
|
bg = colors.statusline_bg,
|
||||||
|
|
Loading…
Reference in New Issue