From 3ff94ec2ec46ae6e9d381cf2fea70c0772f9e4fe Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Fri, 7 Nov 2025 19:05:37 +0000 Subject: [PATCH] feat: Add config for lazygit --- private_dot_config/lazygit/.keep | 0 private_dot_config/lazygit/config.yml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 private_dot_config/lazygit/.keep create mode 100644 private_dot_config/lazygit/config.yml diff --git a/private_dot_config/lazygit/.keep b/private_dot_config/lazygit/.keep new file mode 100644 index 0000000..e69de29 diff --git a/private_dot_config/lazygit/config.yml b/private_dot_config/lazygit/config.yml new file mode 100644 index 0000000..eceb7b3 --- /dev/null +++ b/private_dot_config/lazygit/config.yml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/jesseduffield/lazygit/master/schema/config.json +gui: + # Config relating to colors and styles. + # See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#color-attributes + # Border color of non-focused windows + theme: + inactiveBorderColor: + - default # Border color of focused window + activeBorderColor: + - blue + - bold + nerdFontsVersion: "3" +git: + pagers: + - colorArg: always + pager: delta --paging=never + parseEmoji: true