mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Update Readme.
Make it clear what highlight groups some options affect.
This commit is contained in:
10
Readme.md
10
Readme.md
@@ -141,10 +141,14 @@ If you use Vim packages, there is no need to `packadd solarized8`. Keep your
|
|||||||
|
|
||||||
## Options
|
## 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_visibility`: one of `"normal"` (default), `"low"`, `"high"`:
|
||||||
- `g:solarized_diffmode`: 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`
|
- `g:solarized_termtrans`: make terminal background transparent if set to `1`
|
||||||
(default: `0`).
|
(default: `0`).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user