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