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