From 7e01ad2b38d37669988cb7fbb13cc1a98896f670 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 26 Mar 2024 16:53:11 +0100 Subject: [PATCH] feat: use LazyVim's generated lazygit theme file --- config/fish/config.fish | 4 ++++ config/lazygit/config.yml | 16 ---------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index e37a867d..467f3afd 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -101,6 +101,10 @@ alias bt "coredumpctl -1 gdb -A '-ex \"bt\" -q -batch' 2>/dev/null | awk '/Progr abbr git hub abbr topgit topgrade --only git_repos abbr g hub + +set -x LG_CONFIG_FILE /home/folke/.config/lazygit/config.yml,/home/folke/.cache/nvim/lazygit-theme.yml + +alias lazygit "TERM=xterm-256color command lazygit" abbr gg lazygit abbr gl 'hub l --color | devmoji --log --color | less -rXF' abbr gs "hub st" diff --git a/config/lazygit/config.yml b/config/lazygit/config.yml index 6eaea7be..cdbdf7ff 100644 --- a/config/lazygit/config.yml +++ b/config/lazygit/config.yml @@ -12,22 +12,6 @@ gui: mainPanelSplitMode: flexible language: auto timeFormat: 02 Jan 06 15:04 MST - theme: - activeBorderColor: - - "#ff966c" - - bold - inactiveBorderColor: - - "#589ed7" - optionsTextColor: - - blue - selectedLineBgColor: - - "#2f334d" - cherryPickedCommitBgColor: - - cyan - cherryPickedCommitFgColor: - - blue - unstagedChangesColor: - - red commitLength: show: true skipNoStagedFilesWarning: false