27 lines
779 B
YAML
27 lines
779 B
YAML
gui:
|
|
language: 'en' # one of 'auto' | 'en' | 'zh-CN' | 'zh-TW' | 'pl' | 'nl' | 'ja' | 'ko' | 'ru'
|
|
theme:
|
|
activeBorderColor:
|
|
- '#88C0D0'
|
|
- bold
|
|
inactiveBorderColor:
|
|
- '#4C566A'
|
|
searchingActiveBorderColor:
|
|
- '#8FBCBB'
|
|
- bold
|
|
optionsTextColor:
|
|
- '#81A1C1'
|
|
selectedLineBgColor:
|
|
- '#4C566A'
|
|
cherryPickedCommitBgColor:
|
|
- cyan
|
|
cherryPickedCommitFgColor:
|
|
- blue
|
|
unstagedChangesColor:
|
|
- '#D8DEE9'
|
|
defaultFgColor:
|
|
- '#E5E9F0'
|
|
nerdFontsVersion: "3" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons
|
|
showFileIcons: true # for hiding file icons in the file views
|
|
filterMode: 'substring' # one of 'substring' | 'fuzzy'; see 'Filtering' section below
|