From 6498afda476af8c6952881fa4e8b79e588da2088 Mon Sep 17 00:00:00 2001 From: coja Date: Fri, 10 Apr 2026 00:44:47 +0200 Subject: [PATCH] [Lazygit] selected color --- .config/lazygit/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/lazygit/config.yml diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml new file mode 100644 index 0000000..6744b91 --- /dev/null +++ b/.config/lazygit/config.yml @@ -0,0 +1,6 @@ +gui: + theme: + selectedRangeBgColor: + - "#444444" + selectedLineBgColor: + - "#444444"