Files
dotfiles/cli/dot-config/lazygit/config.yml

37 lines
790 B
YAML

customCommands:
- key: 'U'
context: 'status'
command: "xdg-open https://$(git remote get-url origin | tr @ '\n' | grep : | tr : / | rev | cut -c5- | rev)"
description: 'open the remote url in smime'
notARepository: 'skip'
promptToReturnFromSubprocess: false
gui:
skipDiscardChangeWarning: true
theme:
activeBorderColor:
- '#eba0ac'
- bold
inactiveBorderColor:
- '#a6adc8'
optionsTextColor:
- '#89b4fa'
selectedLineBgColor:
- '#313244'
cherryPickedCommitBgColor:
- '#45475a'
cherryPickedCommitFgColor:
- '#eba0ac'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
authorColors:
'*': '#b4befe'
showFileTree: false