Former-commit-id: f86a0271b6
This commit is contained in:
Hadi
2024-03-16 22:26:30 +01:00
parent f0d8a6b811
commit 9beb7bc157
18 changed files with 317 additions and 973 deletions

View File

@@ -1,14 +1,14 @@
{
{ config, ... }: {
programs.fzf = {
enable = true;
enableZshIntegration = true;
colors = {
"fg+" = "magenta";
"fg+" = config.theme.colors.primary-ansi-16;
"bg+" = "-1";
"fg" = "white";
"bg" = "-1";
"prompt" = "grey";
"pointer" = "magenta";
"pointer" = config.theme.colors.primary-ansi-16;
};
defaultOptions = [
"--margin=1"