From 0da0373d335a05ef6d91a602410efcddc66b992b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= <y0rune@aol.com>
Date: Mon, 4 Sep 2023 11:16:42 +0200
Subject: [PATCH] Added the new version of the lazygit config
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
---
 .config/lazygit/config.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml
index 31c62bc..a2b897e 100644
--- a/.config/lazygit/config.yml
+++ b/.config/lazygit/config.yml
@@ -1,5 +1,15 @@
+refresher:
+  refreshInterval: 60
 gui:
   mainPanelSplitMode: "horizontal"
+  theme:
+    selectedLineBgColor:
+      - "#413660"
 git:
+  autoFetch: true
+  paging:
+    colorArg: always
   commit:
     signOff: true
+  pull:
+    mode: "rebase"