lzg theeme
This commit is contained in:
@@ -56,13 +56,19 @@ lib.mkIf (user != "tv")
|
|||||||
windowSize = "normal";
|
windowSize = "normal";
|
||||||
gui.theme = with rice.color; {
|
gui.theme = with rice.color; {
|
||||||
lightTheme = false;
|
lightTheme = false;
|
||||||
activeBorderColor = [ border "bold"];
|
activeBorderColor = [ foreground "bold" ];
|
||||||
inactiveBorderColor = [ black.bright ];
|
inactiveBorderColor = [ border ];
|
||||||
optionsTextColor = [ blue.base ];
|
optionsTextColor = [ tertiary.base ];
|
||||||
selectedLineBgColor = [ foreground ];
|
selectedLineBgColor = [ secondary.base ];
|
||||||
selectedRangeByColor = [ magenta.bright ];
|
selectedRangeByColor = [ weird.bright ];
|
||||||
showRandomTip = true;
|
showRandomTip = true;
|
||||||
animateExplosion = true;
|
animateExplosion = true;
|
||||||
|
cherryPickedCommitFgColor = [ accent.base ]; # Foreground color of copied commit
|
||||||
|
cherryPickedCommitBgColor = [ secondary.dark ]; # Background color of copied commit
|
||||||
|
markedBaseCommitFgColor = [ accent.base ]; # Foreground color of marked base commit (for rebase)
|
||||||
|
markedBaseCommitBgColor = [ secondary.dark ]; # Background color of marked base commit (for rebase)
|
||||||
|
unstagedChangesColor = [ negative.base ]; # Color for file with unstaged changes
|
||||||
|
defaultFgColor = [ "default" ]; # Default text color
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user