Moved all to moduler
This commit is contained in:
parent
72dafab57f
commit
70b6634137
41 changed files with 35 additions and 52 deletions
29
moduler/lazygit.nix
Normal file
29
moduler/lazygit.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
gui = {
|
||||
theme = {
|
||||
activeBorderColor = [ "#fe640b" "bold" ];
|
||||
inactiveBorderColor = [ "#6c6f85" ];
|
||||
optionsTextColor = [ "#1e66f5" ];
|
||||
selectedLineBgColor = [ "#ccd0da" ];
|
||||
cherryPickedCommitBgColor = [ "#bcc0cc" ];
|
||||
cherryPickedCommitFgColor = [ "#fe640b" ];
|
||||
unstagedChangesColor = [ "#d20f39" ];
|
||||
defaultFgColor = [ "#4c4f69" ];
|
||||
searchingActiveBorderColor = [ "#df8e1d" ];
|
||||
};
|
||||
|
||||
authorColors = {
|
||||
"*" = "#7287fd";
|
||||
};
|
||||
showRandomTip = false;
|
||||
showBottomLine = false;
|
||||
sidePanelWidth = 0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue