From 6ffbb45c2aa0de9ed304b5d767510502dc245e64 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 27 Aug 2023 16:02:00 +0200 Subject: Changed git signs colors --- lua/plugins/heirline.lua | 4 ++-- 1 file 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 { -- cgit v1.2.3