use delta, theme lazygit
This commit is contained in:
parent
821e72b99c
commit
ba9a35375a
|
@ -1,12 +1,43 @@
|
|||
services:
|
||||
gitlab.tralios.de: "gitlab:gitlab.tralios.de"
|
||||
git.snaile.de: "gitea:git.snaile.de"
|
||||
git:
|
||||
branchLogCmd: "git log --graph --color=always --abbrev-commit --date=relative --pretty=format:'%C(red)%h %C(green)%ad%C(auto)%d %C(blue)%ae %Creset%s' {{branchName}} --"
|
||||
paging:
|
||||
colorArg: always
|
||||
pager: delta --dark --paging=never --config $XDG_CONFIG_HOME/git/config
|
||||
gui:
|
||||
nerdFontsVersion: "3"
|
||||
showRandomTip: false
|
||||
showBottomLine: false
|
||||
skipDiscardChangeWarning: true
|
||||
border: single
|
||||
sidePanelWidth: 0.25
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- "#ff9e64"
|
||||
- "bold"
|
||||
inactiveBorderColor:
|
||||
- "#27a1b9"
|
||||
searchingActiveBorderColor:
|
||||
- "#ff9e64"
|
||||
- "bold"
|
||||
optionsTextColor:
|
||||
- "#7aa2f7"
|
||||
selectedLineBgColor:
|
||||
- "#283457"
|
||||
cherryPickedCommitFgColor:
|
||||
- "#7aa2f7"
|
||||
cherryPickedCommitBgColor:
|
||||
- "#bb9af7"
|
||||
markedBaseCommitFgColor:
|
||||
- "#7aa2f7"
|
||||
markedBaseCommitBgColor:
|
||||
- "#e0af68"
|
||||
unstagedChangesColor:
|
||||
- "#db4b4b"
|
||||
defaultFgColor:
|
||||
- "#c0caf5"
|
||||
update:
|
||||
days: 1
|
||||
refresher:
|
||||
|
|
Loading…
Reference in New Issue