treewide: alejandra formatting

This commit is contained in:
notohh 2023-04-23 17:45:37 -04:00
commit 6009bc78f5
Signed by: notohh
GPG key ID: BD47506D475EE86D
42 changed files with 929 additions and 902 deletions
home/lazygit

View file

@ -1,20 +1,18 @@
{
...
}: {
{...}: {
programs.lazygit = {
enable = true;
settings = {
windowSize = "normal";
gui.theme = {
lightTheme = false;
activeBorderColor = [ "#a6e3a1" "bold" ];
inactiveBorderColor = [ "#cdd6f4" ];
optionsTextColor = [ "#89b4fa" ];
selectedLineBgColor = [ "#313244" ];
selectedRangeByColor = [ "#313244" ];
cherryPickedCommitBgColor = [ "#94e2d5" ];
cherryPickedCommitFgColor = [ "#89b4fa" ];
unstagedChangesColor = [ "red" ];
lightTheme = false;
activeBorderColor = ["#a6e3a1" "bold"];
inactiveBorderColor = ["#cdd6f4"];
optionsTextColor = ["#89b4fa"];
selectedLineBgColor = ["#313244"];
selectedRangeByColor = ["#313244"];
cherryPickedCommitBgColor = ["#94e2d5"];
cherryPickedCommitFgColor = ["#89b4fa"];
unstagedChangesColor = ["red"];
};
};
};