From 2c1195473c31dbf2199b07806023cd11a309945c Mon Sep 17 00:00:00 2001 From: nstetter Date: Sat, 5 Jan 2019 12:57:41 +0100 Subject: [PATCH] Updated Color schemes (markdown) --- Color-schemes.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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