Former-commit-id: aae1271cf0
This commit is contained in:
Hadi
2024-06-14 10:00:54 +02:00
parent 379424e228
commit d28ad77974
117 changed files with 617 additions and 1462 deletions

View File

@@ -3,12 +3,12 @@
enable = true;
enableZshIntegration = true;
colors = {
"fg+" = config.theme.colors.primary-ansi-16;
"fg+" = config.var.theme.colors.accentName;
"bg+" = "-1";
"fg" = "white";
"bg" = "-1";
"prompt" = "grey";
"pointer" = config.theme.colors.primary-ansi-16;
"pointer" = config.var.theme.colors.accentName;
};
defaultOptions = [
"--margin=1"