From 27ac3c055e46dc0457413bdc923ce2b4fec1619e Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Fri, 4 Aug 2023 20:42:15 +0200 Subject: [PATCH] Update Readme. Make it clear what highlight groups some options affect. --- Readme.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 6cc2d7d..da7f2cc 100644 --- a/Readme.md +++ b/Readme.md @@ -141,10 +141,14 @@ If you use Vim packages, there is no need to `packadd solarized8`. Keep your ## Options -The following options are inherited from Solarized: +The following options are inherited from Solarized, although their effects may +be slightly different from those in the original Solarized: -- `g:solarized_visibility`: one of `"normal"` (default), `"low"`, `"high"`; -- `g:solarized_diffmode`: one of `"normal"` (default), `"low"`, `"high"`; +- `g:solarized_visibility`: one of `"normal"` (default), `"low"`, `"high"`: + controls `CursorLineNr`, `LineNr`, `NonText`, `SpecialKey`, `Title`, and all + the `Spell*` highlight groups; in light mode, it may also slightly change the + color for `Cursor` and `MatchParen`; +- `g:solarized_diffmode`: one of `"normal"` (default), `"low"`, `"high"`: controls the style of `DiffAdd`, `DiffChange`, `DiffDelete`, and `DiffText`. - `g:solarized_termtrans`: make terminal background transparent if set to `1` (default: `0`).