1

Modules/Lazygit: Slightly update colors

This commit is contained in:
2025-07-20 18:33:54 +02:00
parent e9c62b76ba
commit 786c8120c5

View File

@ -31,14 +31,21 @@ in {
theme = {
lightTheme = false;
activeBorderColor = [color.hexS.accent "bold"];
inactiveBorderColor = [color.hexS.overlay0];
defaultFgColor = [color.hexS.text];
optionsTextColor = [color.hexS.accentDim];
selectedLineBgColor = [color.hexS.accentDim];
selectedRangeBgColor = [color.hexS.accentDim];
cherryPickedCommitBgColor = ["#179299"];
cherryPickedCommitFgColor = ["#1e66f5"];
unstagedChangeColor = ["red"];
# Because we can't set the fucking foregrounds for this, use a dark color
selectedLineBgColor = [color.hexS.surface0];
selectedRangeBgColor = [color.hexS.surface0];
cherryPickedCommitBgColor = [color.hexS.green];
cherryPickedCommitFgColor = [color.hexS.blue];
unstagedChangeColor = [color.hexS.red];
};
};
};