From ba9a35375a1a5c880ea44d6708144d3e388368c7 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 26 Jun 2024 14:38:23 +0200 Subject: [PATCH] use delta, theme lazygit --- .config/lazygit/config.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 8b6fee24..35fc8f1c 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -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: