Skip to content

Commit

Permalink
terminal/tools/lazygit: tweak colors
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed May 20, 2024
1 parent 2de8e10 commit 6aa4319
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/home/programs/terminal/tools/lazygit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ in
enable = true;

settings = {
gui = {
authorColors = {
"${config.khanelinix.user.fullName}" = "#c6a0f6";
"dependabot[bot]" = "#eed49f";
};
branchColors = {
main = "#ed8796";
master = "#ed8796";
dev = "#8bd5ca";
};
};
git = {
overrideGpg = true;
};
Expand Down

0 comments on commit 6aa4319

Please sign in to comment.