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: 3 months ago
JSON representation
Web Color Picker for fzf custom color scheme
- Host: GitHub
- URL: https://github.com/minSW/fzf-color-picker
- Owner: minSW
- Created: 2019-06-06T14:51:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T06:05:48.000Z (over 5 years ago)
- Last Synced: 2024-06-25T19:00:52.965Z (5 months ago)
- Topics: color-picker, color-picker-palette, customization, fzf, previewer, web
- Language: HTML
- Homepage: https://minsw.github.io/fzf-color-picker/
- Size: 28.3 KB
- Stars: 46
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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/)
> **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)* ]