update feline config (rename colors table to theme)

This commit is contained in:
siduck 2021-12-22 22:35:16 +05:30
parent dbc95e41bf
commit e5435e93de
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ components.active[3][10] = {
}
require("feline").setup {
colors = {
theme = {
bg = colors.statusline_bg,
fg = colors.fg,
},

View File

@ -36,7 +36,7 @@ return packer.startup(function()
}
use {
"famiu/feline.nvim",
"feline.nvim/feline.nvim",
disable = not plugin_settings.status.feline,
after = "nvim-web-devicons",
config = override_req("feline", "plugins.configs.statusline"),