25 lines
631 B
YAML
25 lines
631 B
YAML
---
|
|
gui:
|
|
theme:
|
|
activeBorderColor: ['#a6e3a1', bold]
|
|
inactiveBorderColor: ['#a6adc8']
|
|
optionsTextColor: ['#89b4fa']
|
|
selectedLineBgColor: ['#313244']
|
|
cherryPickedCommitBgColor: ['#45475a']
|
|
cherryPickedCommitFgColor: ['#a6e3a1']
|
|
unstagedChangesColor: ['#f38ba8']
|
|
defaultFgColor: ['#cdd6f4']
|
|
searchingActiveBorderColor: ['#f9e2af']
|
|
authorColors:
|
|
'*': '#b4befe'
|
|
showRootItemInFileTree: false
|
|
showPanelJumps: false
|
|
nerdFontsVersion: '3'
|
|
git:
|
|
merging:
|
|
args: --no-ff
|
|
mainBranches: [master, main, develop]
|
|
autoStageResolvedConflicts: false
|
|
overrideGpg: true
|
|
parseEmoji: true
|