From 8b8d18ffd8db1669a3d7880e5c021d21bbb288c4 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:40:32 -0700 Subject: [PATCH] feat: update lazygit config --- .config/lazygit/config.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index de5ff14..9220a21 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -2,3 +2,29 @@ promptToReturnFromSubprocess: false gui: nerdFontsVersion: "3" showIcons: true + theme: + activeBorderColor: + - "#ff9e64" + - "bold" + inactiveBorderColor: + - "#27a1b9" + searchingActiveBorderColor: + - "#ff9e64" + - "bold" + optionsTextColor: + - "#7aa2f7" + selectedLineBgColor: + - "#283457" + cherryPickedCommitFgColor: + - "#7aa2f7" + cherryPickedCommitBgColor: + - "#bb9af7" + markedBaseCommitFgColor: + - "#7aa2f7" + markedBaseCommitBgColor: + - "#e0af68" + unstagedChangesColor: + - "#db4b4b" + defaultFgColor: + - "#c0caf5" +