From fdc58d1328d0ecf8683c56d742d679a2d1c97252 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 21 Jun 2024 13:23:32 -0500 Subject: [PATCH] colors be crazy --- home/private_dot_config/lazygit/config.yml | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/home/private_dot_config/lazygit/config.yml b/home/private_dot_config/lazygit/config.yml index 076a3f3..1d4e314 100644 --- a/home/private_dot_config/lazygit/config.yml +++ b/home/private_dot_config/lazygit/config.yml @@ -1,6 +1,7 @@ git: # see ~/.config/git/config - branchLogCmd: "git l" + branchLogCmd: "git l --color=always" + allBranchesLogCmd: "git log --color=always" paging: colorArg: always pager: delta --dark --paging=never @@ -13,7 +14,7 @@ customCommands: context: "files" gui: - nerdFontsVersion: 3 + nerdFontsVersion: "3" showIcons: true showFileTree: true # https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml @@ -23,19 +24,26 @@ gui: - bold inactiveBorderColor: - '#a6adc8' + searchingActiveBorderColor: + - '#f9e2af' optionsTextColor: - '#89b4fa' selectedLineBgColor: - '#313244' - cherryPickedCommitBgColor: - - '#45475a' cherryPickedCommitFgColor: - '#f5e0dc' + cherryPickedCommitBgColor: + - '#45475a' unstagedChangesColor: - '#f38ba8' defaultFgColor: - '#cdd6f4' - searchingActiveBorderColor: - - '#f9e2af' - authorColors: - '*': '#b4befe' + # + # # Foreground color of marked base commit (for rebase) + # markedBaseCommitFgColor: + # - blue + # # Background color of marked base commit (for rebase) + # markedBaseCommitBgColor: + # - yellow + +