new lazygit new vibes
This commit is contained in:
parent
a39b425430
commit
53427bb90d
1 changed files with 18 additions and 19 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue