Testing
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user