lazygit: update colors
This commit is contained in:
parent
2ffcc55122
commit
ff156a57a0
1 changed files with 7 additions and 5 deletions
|
@ -5,14 +5,16 @@ _: {
|
||||||
windowSize = "normal";
|
windowSize = "normal";
|
||||||
gui.theme = {
|
gui.theme = {
|
||||||
lightTheme = false;
|
lightTheme = false;
|
||||||
activeBorderColor = ["#a6e3a1" "bold"];
|
activeBorderColor = ["#2ac3de" "bold"];
|
||||||
inactiveBorderColor = ["#cdd6f4"];
|
inactiveBorderColor = ["#f7768e"];
|
||||||
optionsTextColor = ["#89b4fa"];
|
optionsTextColor = [" #c0caf5"];
|
||||||
selectedLineBgColor = ["#313244"];
|
selectedLineBgColor = ["#24283b"];
|
||||||
selectedRangeByColor = ["#313244"];
|
selectedRangeByColor = ["#24283b"];
|
||||||
cherryPickedCommitBgColor = ["#94e2d5"];
|
cherryPickedCommitBgColor = ["#94e2d5"];
|
||||||
cherryPickedCommitFgColor = ["#89b4fa"];
|
cherryPickedCommitFgColor = ["#89b4fa"];
|
||||||
unstagedChangesColor = ["red"];
|
unstagedChangesColor = ["red"];
|
||||||
|
showRandomTip = false;
|
||||||
|
animateExplosion = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue