fix: remove fzf colors because not working

This commit is contained in:
matt1432 2023-06-27 23:22:34 +02:00
parent b3e357dfe2
commit c5e052386b

View file

@ -9,20 +9,9 @@ in
fzf = {
enable = true;
enableBashIntegration = true;
colors = {
fg = "ffffff";
bg = "4b5263";
hl = "d858fe";
"fg+" = "#ffffff";
"bg+" = "#4b5263";
"hl+" = "#d858fe";
info = "#98c379";
prompt = "#61afef";
pointer = "#be5046";
marker = "#e5c07b";
spinner = "#61afef";
header = "#61afef";
};
#colors = {
# not working ?
#};
};
eww = {