From ddde1060c08c4d65470bb994d12d742ba81a0418 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 30 Dec 2022 13:48:48 -0600 Subject: [PATCH] update lazygit config with catppuccin theme and better log command --- home/private_dot_config/lazygit/config.yml | 37 +++++++++++++++++----- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/home/private_dot_config/lazygit/config.yml b/home/private_dot_config/lazygit/config.yml index 01232e5..98a6606 100644 --- a/home/private_dot_config/lazygit/config.yml +++ b/home/private_dot_config/lazygit/config.yml @@ -1,12 +1,33 @@ -gui: - theme: - selectedLineBgColor: - - reverse - selectedRangeBgColor: - - reverse - showFileTree: true git: - branchLogCmd: 'git log --graph --all --color=always --decorate --date=relative --oneline' + # branchLogCmd: "git log --graph --all --color=always --decorate --date=relative --oneline" + branchLogCmd: "git log --graph --abbrev-commit --decorate --format=format:'%C(bold cyan)%h%C(reset) ->%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)'" paging: colorArg: always pager: delta --dark --paging=never + +# fall back theme in case terminal app not configured +gui: + showFileTree: true + theme: + lightTheme: false + # selectedLineBgColor: + # - reverse + # selectedRangeBgColor: + # - reverse + activeBorderColor: + - "#a6e3a1" # Green + - bold + inactiveBorderColor: + - "#cdd6f4" # Text + optionsTextColor: + - "#89b4fa" # Blue + selectedLineBgColor: + - "#313244" # Surface0 + selectedRangeBgColor: + - "#313244" # Surface0 + cherryPickedCommitBgColor: + - "#94e2d5" # Teal + cherryPickedCommitFgColor: + - "#89b4fa" # Blue + unstagedChangesColor: + - red # Red