fzf: Dracula!
This commit is contained in:
parent
af44f6050c
commit
9f3a0e3afb
1 changed files with 16 additions and 0 deletions
|
@ -7,5 +7,21 @@
|
||||||
defaultCommand = "fd --type file --hidden --no-ignore";
|
defaultCommand = "fd --type file --hidden --no-ignore";
|
||||||
fileWidgetCommand = "fd --type file --hidden --no-ignore";
|
fileWidgetCommand = "fd --type file --hidden --no-ignore";
|
||||||
changeDirWidgetCommand = "fd --type directory --hidden --no-ignore";
|
changeDirWidgetCommand = "fd --type directory --hidden --no-ignore";
|
||||||
|
|
||||||
|
colors = {
|
||||||
|
fg = "#f8f8f2";
|
||||||
|
"fg+" = "#f8f8f2";
|
||||||
|
bg = "#282a36";
|
||||||
|
"bg+" = "#44475a";
|
||||||
|
hl = "#bd93f9";
|
||||||
|
"hl+" = "#bd93f9";
|
||||||
|
|
||||||
|
info = "#ffb86c";
|
||||||
|
prompt = "#50fa7b";
|
||||||
|
pointer = "#ff79c6";
|
||||||
|
marker = "#ff79c6";
|
||||||
|
spinner = "#ffb86c";
|
||||||
|
header = "#6272a4";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue