31 lines
881 B
YAML
31 lines
881 B
YAML
|
gui:
|
||
|
# stuff relating to the UI
|
||
|
windowSize: 'full' # one of 'normal' | 'half' | 'full' default is 'normal'
|
||
|
timeFormat: '02/01/06' # https://pkg.go.dev/time#Time.Format
|
||
|
shortTimeFormat: '15:04'
|
||
|
theme:
|
||
|
activeBorderColor:
|
||
|
- "#71839b"
|
||
|
- bold
|
||
|
inactiveBorderColor:
|
||
|
- "#738091"
|
||
|
searchingActiveBorderColor:
|
||
|
- "#d6d6d7"
|
||
|
- bold
|
||
|
optionsTextColor:
|
||
|
- "#dfdfe0"
|
||
|
selectedLineBgColor:
|
||
|
- "#3c5372" # set to `default` to have no background colour
|
||
|
selectedRangeBgColor:
|
||
|
- "#3c5372"
|
||
|
cherryPickedCommitBgColor:
|
||
|
- "#9d79d6"
|
||
|
cherryPickedCommitFgColor:
|
||
|
- "#131a24"
|
||
|
unstagedChangesColor:
|
||
|
- "#719cd6"
|
||
|
defaultFgColor:
|
||
|
- "#cdcecf"
|
||
|
border: 'single' # one of 'single' | 'double' | 'rounded' | 'hidden'
|
||
|
animateExplosion: true # shows an explosion animation when nuking the working tree
|