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 = {
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue