chore: don't override colors for location

This commit is contained in:
Christian Chiarulli 2022-11-04 13:36:22 -04:00
parent 8794ff76f5
commit be9ea09df1

View file

@ -12,7 +12,6 @@ local function diff_source()
end end
end end
local location_color = "SLBranchName"
local branch = "%#SLGitIcon#" .. lvim.icons.git.Branch .. "%*" .. "%#SLBranchName#" local branch = "%#SLGitIcon#" .. lvim.icons.git.Branch .. "%*" .. "%#SLBranchName#"
return { return {
@ -137,7 +136,7 @@ return {
color = { gui = "bold" }, color = { gui = "bold" },
cond = conditions.hide_in_width, cond = conditions.hide_in_width,
}, },
location = { "location", color = location_color }, location = { "location" },
progress = { progress = {
"progress", "progress",
fmt = function() fmt = function()