mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
28 lines
614 B
YAML
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}} --'
|