This commit is contained in:
Hadi
2024-10-05 11:48:16 +02:00
parent 270c1b959e
commit 23dcfd5290
14 changed files with 531 additions and 298 deletions

View File

@@ -2,14 +2,14 @@
programs.fzf = {
enable = true;
enableZshIntegration = true;
colors = {
"fg+" = config.var.theme.colors.accentName;
"bg+" = "-1";
"fg" = "white";
"bg" = "-1";
"prompt" = "grey";
"pointer" = config.var.theme.colors.accentName;
};
# colors = {
# "fg+" = config.var.theme.colors.accentName;
# "bg+" = "-1";
# "fg" = "white";
# "bg" = "-1";
# "prompt" = "grey";
# "pointer" = config.var.theme.colors.accentName;
# };
defaultOptions = [
"--margin=1"
"--layout=reverse"