46 lines
927 B
YAML
46 lines
927 B
YAML
gui:
|
|
# DRACULA
|
|
theme:
|
|
activeBorderColor:
|
|
- "#ff9e64"
|
|
- "bold"
|
|
inactiveBorderColor:
|
|
- "#27a1b9"
|
|
searchingActiveBorderColor:
|
|
- "#ff9e64"
|
|
- "bold"
|
|
optionsTextColor:
|
|
- "#7aa2f7"
|
|
selectedLineBgColor:
|
|
- "#283457"
|
|
cherryPickedCommitFgColor:
|
|
- "#7aa2f7"
|
|
cherryPickedCommitBgColor:
|
|
- "#bb9af7"
|
|
markedBaseCommitFgColor:
|
|
- "#7aa2f7"
|
|
markedBaseCommitBgColor:
|
|
- "#e0af68"
|
|
unstagedChangesColor:
|
|
- "#db4b4b"
|
|
defaultFgColor:
|
|
- "#c0caf5"
|
|
|
|
showNumstatInFilesView: true
|
|
nerdFontsVersion: 3
|
|
statusPanelView: allBranchesLog
|
|
|
|
authorColors:
|
|
'*': '#b4befe'
|
|
|
|
customCommands:
|
|
- key: "<c-4>"
|
|
prompts:
|
|
- type: input
|
|
title: Commit hash to search for
|
|
key: Hash
|
|
command: git branch -a --contains {{.Form.Hash}}
|
|
context: global
|
|
description: Show branches containing commit
|
|
output: popup
|