colors be crazy
This commit is contained in:
parent
5333be3ef1
commit
fdc58d1328
1 changed files with 16 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
||||||
git:
|
git:
|
||||||
# see ~/.config/git/config
|
# see ~/.config/git/config
|
||||||
branchLogCmd: "git l"
|
branchLogCmd: "git l --color=always"
|
||||||
|
allBranchesLogCmd: "git log --color=always"
|
||||||
paging:
|
paging:
|
||||||
colorArg: always
|
colorArg: always
|
||||||
pager: delta --dark --paging=never
|
pager: delta --dark --paging=never
|
||||||
|
@ -13,7 +14,7 @@ customCommands:
|
||||||
context: "files"
|
context: "files"
|
||||||
|
|
||||||
gui:
|
gui:
|
||||||
nerdFontsVersion: 3
|
nerdFontsVersion: "3"
|
||||||
showIcons: true
|
showIcons: true
|
||||||
showFileTree: true
|
showFileTree: true
|
||||||
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
|
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
|
||||||
|
@ -23,19 +24,26 @@ gui:
|
||||||
- bold
|
- bold
|
||||||
inactiveBorderColor:
|
inactiveBorderColor:
|
||||||
- '#a6adc8'
|
- '#a6adc8'
|
||||||
|
searchingActiveBorderColor:
|
||||||
|
- '#f9e2af'
|
||||||
optionsTextColor:
|
optionsTextColor:
|
||||||
- '#89b4fa'
|
- '#89b4fa'
|
||||||
selectedLineBgColor:
|
selectedLineBgColor:
|
||||||
- '#313244'
|
- '#313244'
|
||||||
cherryPickedCommitBgColor:
|
|
||||||
- '#45475a'
|
|
||||||
cherryPickedCommitFgColor:
|
cherryPickedCommitFgColor:
|
||||||
- '#f5e0dc'
|
- '#f5e0dc'
|
||||||
|
cherryPickedCommitBgColor:
|
||||||
|
- '#45475a'
|
||||||
unstagedChangesColor:
|
unstagedChangesColor:
|
||||||
- '#f38ba8'
|
- '#f38ba8'
|
||||||
defaultFgColor:
|
defaultFgColor:
|
||||||
- '#cdd6f4'
|
- '#cdd6f4'
|
||||||
searchingActiveBorderColor:
|
#
|
||||||
- '#f9e2af'
|
# # Foreground color of marked base commit (for rebase)
|
||||||
authorColors:
|
# markedBaseCommitFgColor:
|
||||||
'*': '#b4befe'
|
# - blue
|
||||||
|
# # Background color of marked base commit (for rebase)
|
||||||
|
# markedBaseCommitBgColor:
|
||||||
|
# - yellow
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue