From ff156a57a0b6d5002819dd10145188a1ef1ff2ae Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 24 Nov 2023 04:23:49 -0500 Subject: [PATCH] lazygit: update colors --- home/lazygit/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/home/lazygit/default.nix b/home/lazygit/default.nix index d5e9a1c..9ba8236 100644 --- a/home/lazygit/default.nix +++ b/home/lazygit/default.nix @@ -5,14 +5,16 @@ _: { windowSize = "normal"; gui.theme = { lightTheme = false; - activeBorderColor = ["#a6e3a1" "bold"]; - inactiveBorderColor = ["#cdd6f4"]; - optionsTextColor = ["#89b4fa"]; - selectedLineBgColor = ["#313244"]; - selectedRangeByColor = ["#313244"]; + activeBorderColor = ["#2ac3de" "bold"]; + inactiveBorderColor = ["#f7768e"]; + optionsTextColor = [" #c0caf5"]; + selectedLineBgColor = ["#24283b"]; + selectedRangeByColor = ["#24283b"]; cherryPickedCommitBgColor = ["#94e2d5"]; cherryPickedCommitFgColor = ["#89b4fa"]; unstagedChangesColor = ["red"]; + showRandomTip = false; + animateExplosion = true; }; }; };