2023-06-11 02:08:06 -04:00
|
|
|
_: {
|
2023-02-03 10:32:33 -05:00
|
|
|
programs.lazygit = {
|
|
|
|
enable = true;
|
|
|
|
settings = {
|
|
|
|
windowSize = "normal";
|
2023-03-31 21:05:57 -04:00
|
|
|
gui.theme = {
|
2023-04-23 17:45:37 -04:00
|
|
|
lightTheme = false;
|
2024-02-08 12:04:15 -05:00
|
|
|
activeBorderColor = [
|
|
|
|
"#2ac3de"
|
|
|
|
"bold"
|
|
|
|
];
|
|
|
|
inactiveBorderColor = [ "#f7768e" ];
|
|
|
|
optionsTextColor = [ " #c0caf5" ];
|
|
|
|
selectedLineBgColor = [ "#24283b" ];
|
|
|
|
selectedRangeByColor = [ "#24283b" ];
|
|
|
|
cherryPickedCommitBgColor = [ "#94e2d5" ];
|
|
|
|
cherryPickedCommitFgColor = [ "#89b4fa" ];
|
|
|
|
unstagedChangesColor = [ "red" ];
|
2023-11-24 04:23:49 -05:00
|
|
|
showRandomTip = false;
|
|
|
|
animateExplosion = true;
|
2023-03-31 21:05:57 -04:00
|
|
|
};
|
2023-02-03 10:32:33 -05:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|