Modules/Lazygit: Slightly update colors
This commit is contained in:
@ -31,14 +31,21 @@ in {
|
|||||||
|
|
||||||
theme = {
|
theme = {
|
||||||
lightTheme = false;
|
lightTheme = false;
|
||||||
|
|
||||||
activeBorderColor = [color.hexS.accent "bold"];
|
activeBorderColor = [color.hexS.accent "bold"];
|
||||||
inactiveBorderColor = [color.hexS.overlay0];
|
inactiveBorderColor = [color.hexS.overlay0];
|
||||||
|
|
||||||
|
defaultFgColor = [color.hexS.text];
|
||||||
optionsTextColor = [color.hexS.accentDim];
|
optionsTextColor = [color.hexS.accentDim];
|
||||||
selectedLineBgColor = [color.hexS.accentDim];
|
|
||||||
selectedRangeBgColor = [color.hexS.accentDim];
|
# Because we can't set the fucking foregrounds for this, use a dark color
|
||||||
cherryPickedCommitBgColor = ["#179299"];
|
selectedLineBgColor = [color.hexS.surface0];
|
||||||
cherryPickedCommitFgColor = ["#1e66f5"];
|
selectedRangeBgColor = [color.hexS.surface0];
|
||||||
unstagedChangeColor = ["red"];
|
|
||||||
|
cherryPickedCommitBgColor = [color.hexS.green];
|
||||||
|
cherryPickedCommitFgColor = [color.hexS.blue];
|
||||||
|
|
||||||
|
unstagedChangeColor = [color.hexS.red];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user