structural-rework #1
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,21 @@
|
||||||
{
|
{config, ...}: {
|
||||||
programs.lazygit = {
|
programs.lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = with config.colorScheme.colors; {
|
||||||
|
gui = {
|
||||||
|
theme = {
|
||||||
|
activeBorderColor = ["#${base0D}" "bold"];
|
||||||
|
inactiveBorderColor = ["#${base05}"];
|
||||||
|
optionsTextColor = ["#${base0D}"];
|
||||||
|
selectedLineBgColor = ["${base02}"];
|
||||||
|
selectedRangeBgColor = ["${base02}"];
|
||||||
|
cherryPickedCommitBgColor = ["#${base03}"];
|
||||||
|
cherryPickedCommitFgColor = ["#${base0D}"];
|
||||||
|
unstagedChangesColor = ["#${base08}"];
|
||||||
|
defaultFgColor = ["#${base05}"];
|
||||||
|
searchingActiveBorderColor = ["#${base0A}"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue