From caa13b57b3cd39cdb4f55091db0f94f497f81c32 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 4 Apr 2026 14:23:44 +0200 Subject: [PATCH] update lazygit/config.yml --- lazygit/config.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/lazygit/config.yml b/lazygit/config.yml index ce3f64b..bafcc1f 100644 --- a/lazygit/config.yml +++ b/lazygit/config.yml @@ -7,30 +7,29 @@ gui: showListFooter: false statusPanelView: allBranchesLog filterMode: fuzzy - branchColorPatterns: - main: green - '\d+-': yellow theme: activeBorderColor: - - blue - - bold + - '#b4befe' inactiveBorderColor: - - grey + - '#7f849c' searchingActiveBorderColor: - cyan - bold optionsTextColor: - - blue + - '#a6adc8' selectedLineBgColor: - - blue + - '#343959' cherryPickedCommitBgColor: - - cyan + - reverse cherryPickedCommitFgColor: - - blue + - '#b4befe' unstagedChangesColor: - - red + - '#f38ba8' defaultFgColor: - - default + - '#eceef4' + branchColorPatterns: + main: '#a6e3a1' + '\d+-': '#f9e2af' git: pagers: - pager: delta --paging=never