1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00
dotfiles/lazygit/config.yml

28 lines
614 B
YAML

gui:
border: single
nerdFontsVersion: 3
timeFormat: Jan 2 15:04:05 2006 MST
shortTimeFormat: 15:04:05
theme:
activeBorderColor:
- blue
- bold
inactiveBorderColor:
- grey
searchingActiveBorderColor:
- cyan
- bold
optionsTextColor:
- blue
selectedLineBgColor:
- blue
cherryPickedCommitBgColor:
- cyan
cherryPickedCommitFgColor:
- blue
unstagedChangesColor:
- red
defaultFgColor:
- default
git:
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --pretty=medium {{branchName}} --'