feat: init lazygit theme
This commit is contained in:
parent
4e7f55b8bb
commit
39c5f0e23b
1 changed files with 11 additions and 0 deletions
|
@ -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" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue