2021-12-08 09:38:24 -06:00
|
|
|
git:
|
2022-12-30 13:48:48 -06:00
|
|
|
# branchLogCmd: "git log --graph --all --color=always --decorate --date=relative --oneline"
|
|
|
|
branchLogCmd: "git log --graph --abbrev-commit --decorate --format=format:'%C(bold cyan)%h%C(reset) ->%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)'"
|
2022-09-12 10:18:57 -05:00
|
|
|
paging:
|
|
|
|
colorArg: always
|
2022-09-12 10:58:10 -05:00
|
|
|
pager: delta --dark --paging=never
|
2022-12-30 13:48:48 -06:00
|
|
|
|
|
|
|
# fall back theme in case terminal app not configured
|
|
|
|
gui:
|
|
|
|
showFileTree: true
|
|
|
|
theme:
|
|
|
|
lightTheme: false
|
|
|
|
# selectedLineBgColor:
|
|
|
|
# - reverse
|
|
|
|
# selectedRangeBgColor:
|
|
|
|
# - reverse
|
|
|
|
activeBorderColor:
|
|
|
|
- "#a6e3a1" # Green
|
|
|
|
- bold
|
|
|
|
inactiveBorderColor:
|
|
|
|
- "#cdd6f4" # Text
|
|
|
|
optionsTextColor:
|
|
|
|
- "#89b4fa" # Blue
|
|
|
|
selectedLineBgColor:
|
|
|
|
- "#313244" # Surface0
|
2023-01-07 10:42:54 -06:00
|
|
|
- reverse
|
2022-12-30 13:48:48 -06:00
|
|
|
selectedRangeBgColor:
|
|
|
|
- "#313244" # Surface0
|
2023-01-07 10:42:54 -06:00
|
|
|
- reverse
|
2022-12-30 13:48:48 -06:00
|
|
|
cherryPickedCommitBgColor:
|
|
|
|
- "#94e2d5" # Teal
|
|
|
|
cherryPickedCommitFgColor:
|
|
|
|
- "#89b4fa" # Blue
|
|
|
|
unstagedChangesColor:
|
|
|
|
- red # Red
|