All Projects → fnune → Base16 Fzf

fnune / Base16 Fzf

Licence: mit
base16 colorschemes for fzf

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Base16 Fzf

Coc Fzf
fzf ❤️ coc.nvim
Stars: ✭ 261 (+243.42%)
Mutual labels:  fzf
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (+711.84%)
Mutual labels:  fzf
Notational Fzf Vim
Notational velocity for vim.
Stars: ✭ 975 (+1182.89%)
Mutual labels:  fzf
Kubectl Fzf
A fast kubectl autocompletion with fzf
Stars: ✭ 315 (+314.47%)
Mutual labels:  fzf
Fzf Preview.vim
The plugin that powerfully integrates fzf and (Neo)vim. It is also possible to integrate with coc.nvim.
Stars: ✭ 563 (+640.79%)
Mutual labels:  fzf
Fzf.vim
fzf ❤️ vim
Stars: ✭ 7,435 (+9682.89%)
Mutual labels:  fzf
fzf-folds.vim
Vim plugin that lets you fuzzy search for folds in a file
Stars: ✭ 15 (-80.26%)
Mutual labels:  fzf
Dotfiles
Workstation configuration, provisioning and tools
Stars: ✭ 67 (-11.84%)
Mutual labels:  fzf
Fzf
Ef-🐟-ient fish keybindings for fzf
Stars: ✭ 599 (+688.16%)
Mutual labels:  fzf
.scripts
~/.scripts - Ready-to-Eat Command Line Scripts.
Stars: ✭ 12 (-84.21%)
Mutual labels:  fzf
Dotbare
Manage dotfiles and any git directories interactively with fzf
Stars: ✭ 327 (+330.26%)
Mutual labels:  fzf
Sad
CLI search and replace | Space Age seD
Stars: ✭ 350 (+360.53%)
Mutual labels:  fzf
Git Stack
Compare against master branch with fzf
Stars: ✭ 6 (-92.11%)
Mutual labels:  fzf
Tmux Fzf
Use fzf to manage your tmux work environment!
Stars: ✭ 266 (+250%)
Mutual labels:  fzf
Fzf Fasd
🌸 fzf + fasd integration
Stars: ✭ 43 (-43.42%)
Mutual labels:  fzf
Fzf.fish
Augment your fish command line with fzf key bindings.
Stars: ✭ 255 (+235.53%)
Mutual labels:  fzf
Fzf Tab
Replace zsh's default completion selection menu with fzf!
Stars: ✭ 761 (+901.32%)
Mutual labels:  fzf
Fzf Widgets
ZLE widgets of fzf
Stars: ✭ 72 (-5.26%)
Mutual labels:  fzf
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-38.16%)
Mutual labels:  fzf
Dotfiles
Configurations for the tools I use every day
Stars: ✭ 898 (+1081.58%)
Mutual labels:  fzf

base16-fzf

This repository provides base16 color schemes for fzf, a command-line fuzzy finder written in Go.

It is meant to be used along with the new implementation of the base16 color scheme project, which proposes a modular approach by separating templates, schemes and builder into different repositories.

The themes are built using base16-builder-python.

Themes in base16-fzf work by appending --color options to your existing FZF_DEFAULT_OPTS environment variable.

Installation

Bash & Zsh

Source your favorite base16 color scheme from the bash directory into your bash or zsh configuration file. The generated bash scripts append --color options naively to your FZF_DEFAULT_OPTS environment variable.

Fish

Source your favorite base16 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.

Contributing

This repository includes a GitHub Action that builds the themes again. This keeps the themes up-to-date automatically.

However, when you commit your work, please run make so that the build directories remain in sync.

Screenshots

solarized-dark horizon-dark tomorrow oceanicnext
base16-fzf-solarized-dark base16-fzf-horizon-dark base16-fzf-tomorrow base16-fzf-oceanicnext
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].