Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/minSW/fzf-color-picker

Web Color Picker for fzf custom color scheme
https://github.com/minSW/fzf-color-picker

color-picker color-picker-palette customization fzf previewer web

Last synced: 12 days ago
JSON representation

Web Color Picker for fzf custom color scheme

Lists

README

        

# fzf Web Color Picker
**Web Color Picker** for fzf custom color scheme ( + *2019.07.16 added on [**fzf wiki**](https://github.com/junegunn/fzf/wiki/Color-schemes#web-color-picker-for-fzf)* )

- Link : [https://minsw.github.io/fzf-color-picker/](https://minsw.github.io/fzf-color-picker/)

스크린샷 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**](https://github.com/junegunn/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"**

```sh
// 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](https://github.com/junegunn/fzf/wiki/Color-schemes)* ]