From 9733dfd4c7cd577d4ac650d4f17ec4c2867990ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 29 May 2024 21:08:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(lazygit):=20change=20theme=20?= =?UTF-8?q?colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/lazygit/config.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 438401b6..bbb79a72 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -11,20 +11,24 @@ gui: shortTimeFormat: "3:04PM" theme: activeBorderColor: - - "#a6da95" # Green + - "#a6da95" - bold inactiveBorderColor: - - "#cad3f5" # Text + - "#a5adcb" optionsTextColor: - - "#8aadf4" # Blue + - "#8aadf4" selectedLineBgColor: - - "#363a4f" # Surface0 + - "#363a4f" cherryPickedCommitBgColor: - - "#8bd5ca" # Teal + - "#494d64" cherryPickedCommitFgColor: - - "#8aadf4" # Blue + - "#b7bdf8" unstagedChangesColor: - - red # Red + - "#ed8796" + defaultFgColor: + - "#cad3f5" + searchingActiveBorderColor: + - "#eed49f" commitLength: show: true mouseEvents: true