2023-01-10 08:06:54 +00:00
|
|
|
gui:
|
2023-02-08 23:54:40 +00:00
|
|
|
showFileTree: true
|
2023-01-10 08:06:54 +00:00
|
|
|
showCommandLog: false
|
|
|
|
showIcons: true
|
2023-02-14 22:38:18 +00:00
|
|
|
theme:
|
|
|
|
lightTheme: false
|
|
|
|
activeBorderColor:
|
|
|
|
- "#a6da95" # Green
|
|
|
|
- bold
|
|
|
|
inactiveBorderColor:
|
|
|
|
- "#cad3f5" # Text
|
|
|
|
optionsTextColor:
|
|
|
|
- "#8aadf4" # Blue
|
|
|
|
selectedLineBgColor:
|
|
|
|
- "#363a4f" # Surface0
|
|
|
|
selectedRangeBgColor:
|
|
|
|
- "#363a4f" # Surface0
|
|
|
|
cherryPickedCommitBgColor:
|
|
|
|
- "#8bd5ca" # Teal
|
|
|
|
cherryPickedCommitFgColor:
|
|
|
|
- "#8aadf4" # Blue
|
|
|
|
unstagedChangesColor:
|
2023-02-20 10:34:43 +00:00
|
|
|
- red # Red
|
2023-01-10 08:06:54 +00:00
|
|
|
promptToReturnFromSubprocess: false
|
|
|
|
# to exit immediately if run outside of the Git repository
|
2023-02-20 10:34:43 +00:00
|
|
|
notARepository: "quit"
|