update felin.nvim config
This commit is contained in:
parent
d0980b7109
commit
67e1038b59
|
@ -343,7 +343,9 @@ components.active[3][10] = {
|
|||
}
|
||||
|
||||
require("feline").setup {
|
||||
default_bg = colors.statusline_bg,
|
||||
default_fg = colors.fg,
|
||||
colors = {
|
||||
bg = colors.statusline_bg,
|
||||
fg = colors.fg,
|
||||
},
|
||||
components = components,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue