fix: remove fzf colors because not working
This commit is contained in:
parent
b3e357dfe2
commit
c5e052386b
1 changed files with 3 additions and 14 deletions
|
@ -9,20 +9,9 @@ in
|
||||||
fzf = {
|
fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
colors = {
|
#colors = {
|
||||||
fg = "ffffff";
|
# not working ?
|
||||||
bg = "4b5263";
|
#};
|
||||||
hl = "d858fe";
|
|
||||||
"fg+" = "#ffffff";
|
|
||||||
"bg+" = "#4b5263";
|
|
||||||
"hl+" = "#d858fe";
|
|
||||||
info = "#98c379";
|
|
||||||
prompt = "#61afef";
|
|
||||||
pointer = "#be5046";
|
|
||||||
marker = "#e5c07b";
|
|
||||||
spinner = "#61afef";
|
|
||||||
header = "#61afef";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
eww = {
|
eww = {
|
||||||
|
|
Loading…
Reference in a new issue