diff --git a/home/lazygit/default.nix b/home/lazygit/default.nix index ebac901..06ba7c3 100644 --- a/home/lazygit/default.nix +++ b/home/lazygit/default.nix @@ -5,6 +5,17 @@ enable = true; settings = { windowSize = "normal"; + gui.theme = { + lightTheme = false; + activeBorderColor = [ "#a6d189" "bold" ]; + inactiveBorderColor = [ "#c6d0f5" ]; + optionsTextColor = [ "#8caae" ]; + selectedLineBgColor = [ "#414559" ]; + selectedRangeByColor = [ "414559" ]; + cherryPickedCommitBgColor = [ "81c8be" ]; + cherryPickedCommitFgColor = [ "#8caaee" ]; + unstagedChangesColor = [ "red" ]; + }; }; }; }