feat: init lazygit theme

This commit is contained in:
notohh 2023-03-31 21:05:57 -04:00
parent 4e7f55b8bb
commit 39c5f0e23b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,6 +5,17 @@
enable = true; enable = true;
settings = { settings = {
windowSize = "normal"; windowSize = "normal";
gui.theme = {
lightTheme = false;
activeBorderColor = [ "#a6d189" "bold" ];
inactiveBorderColor = [ "#c6d0f5" ];
optionsTextColor = [ "#8caae" ];
selectedLineBgColor = [ "#414559" ];
selectedRangeByColor = [ "414559" ];
cherryPickedCommitBgColor = [ "81c8be" ];
cherryPickedCommitFgColor = [ "#8caaee" ];
unstagedChangesColor = [ "red" ];
};
}; };
}; };
} }