uses modus themes where possible

This commit is contained in:
Dennis 2025-09-18 13:11:54 +02:00
parent b9e03a6f29
commit 87c990bf2a
6 changed files with 85 additions and 103 deletions

View file

@ -7,15 +7,7 @@
gui = {
nerdFontsVersion = "3";
theme = {
selectedLineBgColor = [ "#332d41" ];
searchingActiveBorderColor = [ "#31748f" "bold" ];
optionsTextColor = [ "#ebbcba" ];
inactiveBorderColor = [ "#6e6a86" ];
defaultFgColor = [ "#e0def4" ];
cherryPickedCommitFgColor = [ "#ebbcba" ];
cherryPickedCommitBgColor = [ "#e0def4" ];
activeBorderColor = [ "#31748f" "bold" ];
unstagedChangesColor = [ "#eb6f92" ];
lightTheme = false;
};
};
};