1
0
Fork 0

fzf: Dracula!

This commit is contained in:
Daniel Kempkens 2023-02-16 00:33:23 +01:00
parent af44f6050c
commit 9f3a0e3afb
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -7,5 +7,21 @@
defaultCommand = "fd --type file --hidden --no-ignore";
fileWidgetCommand = "fd --type file --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";
};
};
}