Fix lazygit config path for macOS, add delta gruvbox theme to gitconfig

This commit is contained in:
Harivansh Rathi 2026-02-14 23:38:00 -05:00
parent 1ecc929863
commit 7216720bc3
3 changed files with 39 additions and 4 deletions

View file

@ -0,0 +1,32 @@
git:
pagers:
- pager: delta --paging=never
colorArg: always
gui:
showBottomLine: false
showListFooter: false
showPanelJumps: false
showCommandLog: false
showRandomTip: false
splitDiff: auto
border: rounded
theme:
activeBorderColor:
- "#b8bb26"
- bold
inactiveBorderColor:
- "#504945"
selectedLineBgColor:
- "#3c3836"
optionsTextColor:
- "#fabd2f"
selectedRangeBgColor:
- "#504945"
cherryPickedCommitBgColor:
- "#689d6a"
cherryPickedCommitFgColor:
- "#282828"
unstagedChangesColor:
- "#fb4934"
defaultFgColor:
- "#ebdbb2"