From 9a52140d7855bfcffd2b12bfb6966962078b0865 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Sun, 12 Nov 2017 10:49:50 +0100 Subject: [PATCH] Update Readme. --- Readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4e21560..8014da3 100644 --- a/Readme.md +++ b/Readme.md @@ -51,7 +51,7 @@ recommend that you use them. Just clone this repo inside `pack/*/opt`, e.g.: Otherwise, use your favourite installation method. -There are actually four optimized color schemes: +There are actually four optimized* color schemes: - `solarized8`: the default Solarized theme; - `solarized8_low`: low-contrast variant; @@ -71,6 +71,12 @@ accordingly. If you use Vim packages, there is no need to `packadd solarized8`. Keep your `runtimepath` clean! +* On my machine, the original Solarized loads in ~3.5ms, while +the command above takes ~1.6ms. Even with extra highlight groups on (see options +below), Solarized 8 loads in about ~2.0ms. The loading time depends on +background and on the terminal palette, but it should never be more than 3ms on +average (light background, 16 colors). + ## Options