Files
dotfiles/.config/lazygit/config.yml
2026-02-28 11:29:18 -05:00

48 lines
973 B
YAML

gui:
# DRACULA
theme:
activeBorderColor:
- "#FF79C6"
- bold
inactiveBorderColor:
- "#BD93F9"
searchingActiveBorderColor:
- "#8BE9FD"
- bold
optionsTextColor:
- "#6272A4"
selectedLineBgColor:
- "#6272A4"
inactiveViewSelectedLineBgColor:
- bold
cherryPickedCommitFgColor:
- "#6272A4"
cherryPickedCommitBgColor:
- "#8BE9FD"
markedBaseCommitFgColor:
- "#8BE9FD"
markedBaseCommitBgColor:
- "#F1FA8C"
unstagedChangesColor:
- "#FF5555"
defaultFgColor:
- "#F8F8F2"
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