2024-06-02 08:51:23 -07:00
|
|
|
customCommands:
|
|
|
|
- key: '<c-P>'
|
|
|
|
context: 'global'
|
|
|
|
command: 'git push --force-with-lease'
|
|
|
|
description: 'Force push with lease.'
|
2024-11-20 10:59:29 -08:00
|
|
|
os:
|
|
|
|
editPreset: "vscode"
|
2023-07-23 15:02:24 -07:00
|
|
|
gui:
|
|
|
|
timeFormat: '2006-01-02'
|
2024-11-20 10:59:14 -08:00
|
|
|
nerdFontsVersion: '3'
|
2023-07-23 15:02:24 -07:00
|
|
|
mouseEvents: false
|
2024-05-29 21:33:41 -07:00
|
|
|
theme:
|
|
|
|
activeBorderColor:
|
|
|
|
- '#40a02b'
|
|
|
|
- bold
|
|
|
|
inactiveBorderColor:
|
|
|
|
- '#6c6f85'
|
|
|
|
optionsTextColor:
|
|
|
|
- '#1e66f5'
|
|
|
|
selectedLineBgColor:
|
|
|
|
- '#ccd0da'
|
|
|
|
cherryPickedCommitBgColor:
|
|
|
|
- '#bcc0cc'
|
|
|
|
cherryPickedCommitFgColor:
|
|
|
|
- '#40a02b'
|
|
|
|
unstagedChangesColor:
|
|
|
|
- '#d20f39'
|
|
|
|
defaultFgColor:
|
|
|
|
- '#4c4f69'
|
|
|
|
searchingActiveBorderColor:
|
|
|
|
- '#df8e1d'
|
|
|
|
authorColors:
|
|
|
|
'*': '#7287fd'
|
2023-07-23 15:02:24 -07:00
|
|
|
|