mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2026-09-10 07:36:17 -04:00
Remove mention of non-existing "bold" value for solarized_diffmode.
Fixes https://github.com/lifepillar/vim-solarized8/issues/49.
This commit is contained in:
parent
2499bfc234
commit
4e511a561d
|
|
@ -104,8 +104,7 @@ average (light background, 16 colors).
|
|||
The following options are inherited from Solarized:
|
||||
|
||||
- `g:solarized_visibility`: one of `"normal"` (default), `"low"`, `"high"`;
|
||||
- `g:solarized_diffmode`: one of `"normal"` (default), `"low"`, `"high"`,
|
||||
`"bold"`;
|
||||
- `g:solarized_diffmode`: one of `"normal"` (default), `"low"`, `"high"`;
|
||||
- `g:solarized_termtrans`: make terminal background transparent if set to `1`
|
||||
(default: `0`).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue