aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/heirline.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/heirline.lua')
-rw-r--r--lua/plugins/heirline.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua
index 2672b9d..eeedb5b 100644
--- a/lua/plugins/heirline.lua
+++ b/lua/plugins/heirline.lua
@@ -271,14 +271,14 @@ local Git = {
self.has_changes = self.status_dict.added ~= 0 or self.status_dict.removed ~= 0 or self.status_dict.changed ~= 0
end,
--hl = { fg = "orange" },
- hl = { fg = colors.orange, bg = colors.bg },
+ --hl = { fg = colors.orange, bg = colors.bg },
{
-- git branch name
provider = function(self)
return ' ' .. self.status_dict.head
end,
--hl = { bold = true },
- hl = { bold = true, bg = colors.bg },
+ hl = { fg = colors.orange, bold = true, bg = colors.bg },
},
-- You could handle delimiters, icons and counts similar to Diagnostics
{