From 3307511f053c5c954273ba6e775d53826f6cb922 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 31 Mar 2023 21:09:02 -0400 Subject: [PATCH] fix: followed the wrong color palette xd --- home/lazygit/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home/lazygit/default.nix b/home/lazygit/default.nix index 06ba7c3..7fe2484 100644 --- a/home/lazygit/default.nix +++ b/home/lazygit/default.nix @@ -7,13 +7,13 @@ windowSize = "normal"; gui.theme = { lightTheme = false; - activeBorderColor = [ "#a6d189" "bold" ]; - inactiveBorderColor = [ "#c6d0f5" ]; - optionsTextColor = [ "#8caae" ]; - selectedLineBgColor = [ "#414559" ]; - selectedRangeByColor = [ "414559" ]; - cherryPickedCommitBgColor = [ "81c8be" ]; - cherryPickedCommitFgColor = [ "#8caaee" ]; + activeBorderColor = [ "#a6e3a1" "bold" ]; + inactiveBorderColor = [ "#cdd6f4" ]; + optionsTextColor = [ "#89b4fa" ]; + selectedLineBgColor = [ "#313244" ]; + selectedRangeByColor = [ "#313244" ]; + cherryPickedCommitBgColor = [ "#94e2d5" ]; + cherryPickedCommitFgColor = [ "#89b4fa" ]; unstagedChangesColor = [ "red" ]; }; };