This repository provide base16 colorschemes for fzf, a command-line fuzzy finder written in go.
It is meant to be used along with the new implementation of base16 colorscheme project, which propose a modular approach, by separating templates, schemes and builder into different repositories.
The build_scheme
directory of this repository contains fzf colorschemes build
using the base16-builder-php. You can build all the colorschemes yourself
by using the aformentionned builder or a builder written in another language.
(see base16 main repository)
Append your favorite base16 colorscheme from the bash
directory into your
{bash,zsh} configuration file.
Source your favorite base16 colorscheme from the fish
directory with the source
command. This creates a global variable that will be persistent across shell sessions.