From 10c7753d8e6f572974f9b9e0d0d8631cd13e60ea Mon Sep 17 00:00:00 2001 From: Carlos H <33254540+chsjr1996@users.noreply.github.com> Date: Thu, 14 Apr 2022 22:10:03 -0300 Subject: fix(lualine): color theme gaps in some components (#2465) --- lua/lvim/core/lualine/components.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua/lvim') diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua index b97f946e..b89bbd36 100644 --- a/lua/lvim/core/lualine/components.lua +++ b/lua/lvim/core/lualine/components.lua @@ -41,7 +41,6 @@ return { modified = { fg = colors.yellow }, removed = { fg = colors.red }, }, - color = {}, cond = nil, }, python_env = { @@ -67,7 +66,6 @@ return { "diagnostics", sources = { "nvim_diagnostic" }, symbols = { error = " ", warn = " ", info = " ", hint = " " }, - color = {}, cond = conditions.hide_in_width, }, treesitter = { @@ -139,7 +137,7 @@ return { color = {}, cond = conditions.hide_in_width, }, - filetype = { "filetype", cond = conditions.hide_in_width, color = {} }, + filetype = { "filetype", cond = conditions.hide_in_width }, scrollbar = { function() local current_line = vim.fn.line "." -- cgit v1.2.3