diff --git a/Color-schemes.md b/Color-schemes.md index 778ca5a..8d8df9b 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -193,4 +193,16 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS' ```sh --color fg:#D8DEE9,bg:#2E3440,hl:#A3BE8C,fg+:#D8DEE9,bg+:#434C5E,hl+:#A3BE8C --color pointer:#BF616A,info:#4C566A,spinner:#4C566A,header:#4C566A,prompt:#81A1C1,marker:#EBCB8B +``` + +### Dracula +(requires dracula theme on terminal) + +![](https://i.imgur.com/Id0bNT5.png) +```sh +export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS' +--color=dark +--color=fg:-1,bg:-1,hl:#5fff87,fg+:-1,bg+:-1,hl+:#ffaf5f +--color=info:#af87ff,prompt:#5fff87,pointer:#ff87d7,marker:#ff87d7,spinner:#ff87d7 +' ``` \ No newline at end of file