mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
39 lines
980 B
YAML
39 lines
980 B
YAML
gui:
|
|
border: single
|
|
nerdFontsVersion: 3
|
|
timeFormat: Jan 2 15:04:05 2006 MST
|
|
shortTimeFormat: 15:04:05
|
|
showPanelJumps: false
|
|
showListFooter: false
|
|
statusPanelView: allBranchesLog
|
|
filterMode: fuzzy
|
|
branchColorPatterns:
|
|
main: green
|
|
'\d+-': yellow
|
|
theme:
|
|
activeBorderColor:
|
|
- blue
|
|
- bold
|
|
inactiveBorderColor:
|
|
- grey
|
|
searchingActiveBorderColor:
|
|
- cyan
|
|
- bold
|
|
optionsTextColor:
|
|
- blue
|
|
selectedLineBgColor:
|
|
- blue
|
|
cherryPickedCommitBgColor:
|
|
- cyan
|
|
cherryPickedCommitFgColor:
|
|
- blue
|
|
unstagedChangesColor:
|
|
- red
|
|
defaultFgColor:
|
|
- default
|
|
git:
|
|
pagers:
|
|
- pager: delta --paging=never
|
|
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --'
|
|
allBranchesLogCmds:
|
|
- git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline
|