2023-08-07 17:28:35 +00:00
|
|
|
{
|
|
|
|
programs.lazygit = {
|
|
|
|
enable = true;
|
|
|
|
settings = {
|
|
|
|
nerdFontsVersion = "3";
|
|
|
|
update.method = "never";
|
|
|
|
gui.theme = {
|
|
|
|
lightTheme = false;
|
2024-08-01 18:27:47 +00:00
|
|
|
activeBorderColor = [
|
|
|
|
"#a6e3a1"
|
|
|
|
"bold"
|
|
|
|
];
|
|
|
|
inactiveBorderColor = [ "#cdd6f4" ];
|
|
|
|
optionsTextColor = [ "#89b4fa" ];
|
|
|
|
selectedLineBgColor = [ "#313244" ];
|
|
|
|
selectedRangeBgColor = [ "#313244" ];
|
|
|
|
cherryPickedCommitBgColor = [ "#94e2d5" ];
|
|
|
|
cherryPickedCommitFgColor = [ "#89b4fa" ];
|
|
|
|
unstagedChangesColor = [ "#f38ba8" ];
|
2023-08-07 17:28:35 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|