From be9ea09df1491001fd74d5c12b5b8f3286d9de55 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Fri, 4 Nov 2022 13:36:22 -0400 Subject: chore: don't override colors for location --- lua/lvim/core/lualine/components.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua/lvim/core') diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua index ece87bb3..a7934a38 100644 --- a/lua/lvim/core/lualine/components.lua +++ b/lua/lvim/core/lualine/components.lua @@ -12,7 +12,6 @@ local function diff_source() end end -local location_color = "SLBranchName" local branch = "%#SLGitIcon#" .. lvim.icons.git.Branch .. "%*" .. "%#SLBranchName#" return { @@ -137,7 +136,7 @@ return { color = { gui = "bold" }, cond = conditions.hide_in_width, }, - location = { "location", color = location_color }, + location = { "location" }, progress = { "progress", fmt = function() -- cgit v1.2.3