diff --git a/Color-schemes.md b/Color-schemes.md index edcb679..5823129 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -172,4 +172,13 @@ _gen_fzf_default_opts A collection of color schemes based on the [base16](https://github.com/chriskempson/base16) project. - \ No newline at end of file + + +### One Dark +``` +export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS' +--color=dark +--color=fg:-1,bg:-1,hl:#c678dd,fg+:#ffffff,bg+:#4b5263,hl+:#d858fe +--color=info:#98c379,prompt:#61afef,pointer:#be5046,marker:#e5c07b,spinner:#61afef,header:#61afef +' +``` \ No newline at end of file