1

Home: Update lazygit config

This commit is contained in:
2025-07-12 17:42:44 +02:00
parent 7bc0c5e88f
commit 41e9e9e946

View File

@ -559,19 +559,32 @@
lazygit = { lazygit = {
enable = true; enable = true;
settings = { settings = {
# Allow editing past signed commits notARepository = "quit";
git.overrideGpg = true; timeFormat = "2022-12-31";
shortTimeFormat = "23:49";
border = "rounded";
update.method = "never";
gui.theme = { git = {
lightTheme = false; overrideGpg = true; # Allow editing past signed commits
activeBorderColor = ["#40a02b" "bold"]; branchLogCmd = "git log --all --graph --pretty=format:'%C(magenta)%h %C(white) %an %ar%C(auto) %D%n%s%n'";
inactiveBorderColor = ["#4c4f69"]; parseEmoji = true;
optionsTextColor = ["#1e66f5"]; };
selectedLineBgColor = ["#ccd0da"];
selectedRangeBgColor = ["#ccd0da"]; gui = {
cherryPickedCommitBgColor = ["#179299"]; nerdFontsVersion = "3"; # Show icons
cherryPickedCommitFgColor = ["#1e66f5"];
unstagedChangeColor = ["red"]; theme = {
lightTheme = false;
activeBorderColor = ["#40a02b" "bold"];
inactiveBorderColor = ["#4c4f69"];
optionsTextColor = ["#1e66f5"];
selectedLineBgColor = ["#ccd0da"];
selectedRangeBgColor = ["#ccd0da"];
cherryPickedCommitBgColor = ["#179299"];
cherryPickedCommitFgColor = ["#1e66f5"];
unstagedChangeColor = ["red"];
};
}; };
}; };
}; };