From 0ff839174ba77d8f41fb2e2d41324628fea8ac81 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 23 Feb 2017 00:47:13 +0900 Subject: [PATCH] Updated Color schemes (markdown) --- Color-schemes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Color-schemes.md b/Color-schemes.md index 77f2d19..ed69f7d 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -19,6 +19,19 @@ export FZF_DEFAULT_OPTS=' ' ``` +### 24-bit colors + +The latest version of fzf supports 24-bit colors. + +```sh +# Solarized colors +export FZF_DEFAULT_OPTS=' + --color=bg+:#073642,bg:#002b36,spinner:#719e07,hl:#586e75 + --color=fg:#839496,header:#586e75,info:#cb4b16,pointer:#719e07 + --color=marker:#719e07,fg+:#839496,prompt:#719e07,hl+:#719e07 +' +``` + #### Base scheme (default: dark on 256-color terminal, otherwise 16)