fix: followed the wrong color palette xd
This commit is contained in:
parent
39c5f0e23b
commit
3307511f05
1 changed files with 7 additions and 7 deletions
|
@ -7,13 +7,13 @@
|
||||||
windowSize = "normal";
|
windowSize = "normal";
|
||||||
gui.theme = {
|
gui.theme = {
|
||||||
lightTheme = false;
|
lightTheme = false;
|
||||||
activeBorderColor = [ "#a6d189" "bold" ];
|
activeBorderColor = [ "#a6e3a1" "bold" ];
|
||||||
inactiveBorderColor = [ "#c6d0f5" ];
|
inactiveBorderColor = [ "#cdd6f4" ];
|
||||||
optionsTextColor = [ "#8caae" ];
|
optionsTextColor = [ "#89b4fa" ];
|
||||||
selectedLineBgColor = [ "#414559" ];
|
selectedLineBgColor = [ "#313244" ];
|
||||||
selectedRangeByColor = [ "414559" ];
|
selectedRangeByColor = [ "#313244" ];
|
||||||
cherryPickedCommitBgColor = [ "81c8be" ];
|
cherryPickedCommitBgColor = [ "#94e2d5" ];
|
||||||
cherryPickedCommitFgColor = [ "#8caaee" ];
|
cherryPickedCommitFgColor = [ "#89b4fa" ];
|
||||||
unstagedChangesColor = [ "red" ];
|
unstagedChangesColor = [ "red" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue