dotfiles/home/private_dot_config/lazygit/config.yml

50 lines
1.1 KiB
YAML
Raw Normal View History

2021-12-08 09:38:24 -06:00
git:
2024-04-09 11:19:35 -05:00
# see ~/.config/git/config
2024-06-21 13:23:32 -05:00
branchLogCmd: "git l --color=always"
allBranchesLogCmd: "git log --color=always"
2022-09-12 10:18:57 -05:00
paging:
colorArg: always
2022-09-12 10:58:10 -05:00
pager: delta --dark --paging=never
2023-02-24 17:58:02 -06:00
overrideGpg: true
2023-01-19 10:43:42 -06:00
customCommands:
- key: "W"
description: "wip in progess"
command: 'git commit -m "wip: $(date +"%Y.%m.%d %H:%M:%S")"'
context: "files"
gui:
2024-06-21 13:23:32 -05:00
nerdFontsVersion: "3"
2024-04-09 11:19:35 -05:00
showIcons: true
showFileTree: true
2024-04-09 11:19:35 -05:00
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
theme:
activeBorderColor:
2024-04-09 11:19:35 -05:00
- '#f5e0dc'
- bold
inactiveBorderColor:
2024-04-09 11:19:35 -05:00
- '#a6adc8'
2024-06-21 13:23:32 -05:00
searchingActiveBorderColor:
- '#f9e2af'
optionsTextColor:
2024-04-09 11:19:35 -05:00
- '#89b4fa'
selectedLineBgColor:
2024-04-09 11:19:35 -05:00
- '#313244'
cherryPickedCommitFgColor:
2024-04-09 11:19:35 -05:00
- '#f5e0dc'
2024-06-21 13:23:32 -05:00
cherryPickedCommitBgColor:
- '#45475a'
unstagedChangesColor:
2024-04-09 11:19:35 -05:00
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
2024-06-21 13:23:32 -05:00
#
# # Foreground color of marked base commit (for rebase)
# markedBaseCommitFgColor:
# - blue
# # Background color of marked base commit (for rebase)
# markedBaseCommitBgColor:
# - yellow