new lazygit new vibes

This commit is contained in:
Daylin Morgan 2024-04-09 11:19:35 -05:00
parent a39b425430
commit 53427bb90d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,6 +1,6 @@
git: git:
# branchLogCmd: "git log --graph --all --color=always --decorate --date=relative --oneline" # see ~/.config/git/config
branchLogCmd: "git log --graph --abbrev-commit --decorate --format=format:'%C(bold cyan)%h%C(reset) ->%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)'" branchLogCmd: "git l"
paging: paging:
colorArg: always colorArg: always
pager: delta --dark --paging=never pager: delta --dark --paging=never
@ -12,31 +12,30 @@ customCommands:
command: 'git commit -m "wip: $(date +"%Y.%m.%d %H:%M:%S")"' command: 'git commit -m "wip: $(date +"%Y.%m.%d %H:%M:%S")"'
context: "files" context: "files"
# fall back theme in case terminal app not configured
gui: gui:
nerdFontsVersion: 3
showIcons: true
showFileTree: true showFileTree: true
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
theme: theme:
lightTheme: false
# selectedLineBgColor:
# - reverse
# selectedRangeBgColor:
# - reverse
activeBorderColor: activeBorderColor:
- "#a6e3a1" # Green - '#f5e0dc'
- bold - bold
inactiveBorderColor: inactiveBorderColor:
- "#cdd6f4" # Text - '#a6adc8'
optionsTextColor: optionsTextColor:
- "#89b4fa" # Blue - '#89b4fa'
selectedLineBgColor: selectedLineBgColor:
- "#313244" # Surface0 - '#313244'
- reverse
selectedRangeBgColor:
- "#313244" # Surface0
- reverse
cherryPickedCommitBgColor: cherryPickedCommitBgColor:
- "#94e2d5" # Teal - '#45475a'
cherryPickedCommitFgColor: cherryPickedCommitFgColor:
- "#89b4fa" # Blue - '#f5e0dc'
unstagedChangesColor: unstagedChangesColor:
- red # Red - '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
authorColors:
'*': '#b4befe'