Skip to content

fzf

Colors for fzf, shipped as a shell snippet that exports FZF_DEFAULT_OPTS, plus a PowerShell equivalent.

Install

bash
mkdir -p ~/.config/fzf
cp extras/fzf/silkcircuit-*.sh ~/.config/fzf/

Then in .zshrc, .bashrc, or whichever rc file you use:

bash
source ~/.config/fzf/silkcircuit-neon.sh

On PowerShell, copy the .ps1 files instead and dot-source one from your profile:

powershell
. "$env:APPDATA\silkcircuit\fzf\silkcircuit-neon.ps1"

The installer does either one: ./install.sh or .\install.ps1, each with an optional --variant / -Variant to narrow it to one.

Requires fzf 0.52

The files set selected-fg, selected-bg, selected-hl, and border. Older releases do not know those names.

Setting your own options

The snippet assigns FZF_DEFAULT_OPTS rather than appending to it, so source it first and add your own flags after:

bash
source ~/.config/fzf/silkcircuit-neon.sh
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --height=40% --layout=reverse"

Files

VariantFile
neonextras/fzf/silkcircuit-neon.sh
vibrantextras/fzf/silkcircuit-vibrant.sh
softextras/fzf/silkcircuit-soft.sh
glowextras/fzf/silkcircuit-glow.sh
dawnextras/fzf/silkcircuit-dawn.sh
VariantFile
neonextras/fzf/silkcircuit-neon.ps1
vibrantextras/fzf/silkcircuit-vibrant.ps1
softextras/fzf/silkcircuit-soft.ps1
glowextras/fzf/silkcircuit-glow.ps1
dawnextras/fzf/silkcircuit-dawn.ps1