base16 colorschemes for fzf
153
stars
148
commits
Shell
primary language
Aug 16, 2026
updated
This repository provides Base16, Base24 an Tinted8 color schemes for fzf, a command-line fuzzy finder written in Go.
It is meant to be used along with other Tinted Theming template projects, which proposes a modular approach by separating templates, schemes and builder into different repositories.
Themes in tinted-fzf work by appending --color options to your
existing FZF_DEFAULT_OPTS environment variable.
Source your favorite color scheme from the sh/ directory into your
shell configuration file (.*rc file).
. /path/to/tinted-fzf/sh/base16-oceanicnext.sh
Deprecated: The bash/ exists for people who have locally cloned
this repo and are already using it, but sh/ directory should be used
for all posix compliant shells.
Source your favorite color scheme from the fish/ directory with
the source command. This creates a global variable that will be
persistent across shell sessions. The generated fish scripts will
overwrite existing --color options from your existing
FZF_DEFAULT_OPTS to stop it from growing indefinitely as you try out
different color schemes.
Add the powershell theme file contents to your
~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 file.
By default, fzf supports ANSI color passthrough. If you're interested in utilizing our enhanced version, which includes support for ANSI passthrough, follow the instructions below based on your shell:
ansi/ansi.sh script or append
its contents to your shell's initialization file (e.g. .bashrc,
.zshrc).ansi/ansi.fish script or add its contents to your
config.fish file located at ~/.config/fish/config.fish.ansi/ansi.ps1 script's contents into your
profile script, typically found at
~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1.This version ensures consistent ANSI color passthrough across different shell environments, enhancing your experience with fzf.
See CONTRIBUTING_TO_TEMPLATES.md, which contains building and contributing instructions.
This template's themes were built with builder-rust.
solarized-dark | horizon-dark | tomorrow | oceanicnext |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
Shell
75.7%
PowerShell
23.5%
base16 colorschemes for fzf
153
stars
148
commits
Shell
primary language
Aug 16, 2026
updated
This repository provides Base16, Base24 an Tinted8 color schemes for fzf, a command-line fuzzy finder written in Go.
It is meant to be used along with other Tinted Theming template projects, which proposes a modular approach by separating templates, schemes and builder into different repositories.
Themes in tinted-fzf work by appending --color options to your
existing FZF_DEFAULT_OPTS environment variable.
Source your favorite color scheme from the sh/ directory into your
shell configuration file (.*rc file).
. /path/to/tinted-fzf/sh/base16-oceanicnext.sh
Deprecated: The bash/ exists for people who have locally cloned
this repo and are already using it, but sh/ directory should be used
for all posix compliant shells.
Source your favorite color scheme from the fish/ directory with
the source command. This creates a global variable that will be
persistent across shell sessions. The generated fish scripts will
overwrite existing --color options from your existing
FZF_DEFAULT_OPTS to stop it from growing indefinitely as you try out
different color schemes.
Add the powershell theme file contents to your
~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 file.
By default, fzf supports ANSI color passthrough. If you're interested in utilizing our enhanced version, which includes support for ANSI passthrough, follow the instructions below based on your shell:
ansi/ansi.sh script or append
its contents to your shell's initialization file (e.g. .bashrc,
.zshrc).ansi/ansi.fish script or add its contents to your
config.fish file located at ~/.config/fish/config.fish.ansi/ansi.ps1 script's contents into your
profile script, typically found at
~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1.This version ensures consistent ANSI color passthrough across different shell environments, enhancing your experience with fzf.
See CONTRIBUTING_TO_TEMPLATES.md, which contains building and contributing instructions.
This template's themes were built with builder-rust.
solarized-dark | horizon-dark | tomorrow | oceanicnext |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
Shell
75.7%
PowerShell
23.5%