Files
dotfiles/.config/lazygit/config.yml
T
2026-04-07 09:13:37 -04:00

48 lines
992 B
YAML

gui:
theme:
activeBorderColor:
- '#cba6f7'
- bold
inactiveBorderColor:
- '#a6adc8'
searchingActiveBorderColor:
- '#f9e2af'
optionsTextColor:
- '#89b4fa'
selectedLineBgColor:
- '#313244'
inactiveViewSelectedLineBgColor:
- '#6c7086'
cherryPickedCommitFgColor:
- '#cba6f7'
cherryPickedCommitBgColor:
- '#45475a'
markedBaseCommitFgColor:
- '#89b4fa'
markedBaseCommitBgColor:
- '#f9e2af'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
authorColors:
'*': '#b4befe'
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