From 48ffab9c04b70992bd36d2f8ff353023e83e648a Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 24 Jan 2026 13:29:27 +0000 Subject: Stow lazygit --- lazygit/.config/lazygit/config.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lazygit/.config/lazygit/config.yml diff --git a/lazygit/.config/lazygit/config.yml b/lazygit/.config/lazygit/config.yml new file mode 100644 index 0000000..73be6bc --- /dev/null +++ b/lazygit/.config/lazygit/config.yml @@ -0,0 +1,21 @@ +gui: + theme: + activeBorderColor: + - '#81a1c1' + - bold + inactiveBorderColor: + - '#4c566a' + optionsTextColor: + - '#81a1c1' + selectedLineBgColor: + - '#3b4252' + selectedRangeBgColor: + - '#3b4252' + cherryPickedCommitFgColor: + - '#88c0d0' # Nord Frost + cherryPickedCommitBgColor: + - '#434c5e' + markedBaseCommitFgColor: + - '#81a1c1' + unstagedChangesColor: + - '#bf616a' -- cgit v1.2.3-13-gbd6f