Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.29 KB

fzf Web Color Picker

Web Color Picker for fzf custom color scheme ( + 2019.07.16 added on fzf wiki )


스크린샷 2019-06-11 오전 3 54 26

fzf web color picker's default scheme is 'molokai'


This is the web color picker to make color scheme for fzf, a general-purpose command-line fuzzy finder.

You can apply your custom color scheme to fzf by just typing 'Generated Code' on your Zsh. If you want to apply it permanently, insert the code into "~/.zshrc"

// Example
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
 --color=fg:#d0d0d0,bg:#121212,hl:#5f87af
 --color=fg+:#d0d0d0,bg+:#262626,hl+:#5fd7ff
 --color=info:#afaf87,prompt:#d7005f,pointer:#af5fff
 --color=marker:#87ff00,spinner:#af5fff,header:#87afaf'

Thank you. Let's enjoy the fzf with Color picker!



[ ref. fzf - Color Schemes ]