mirror of
https://github.com/altercation/solarized
synced 2025-02-16 12:28:24 +00:00
Updating vim's README for specialbg.
This commit is contained in:
parent
344a486162
commit
b2fb99d5d5
1 changed files with 8 additions and 0 deletions
|
@ -143,6 +143,7 @@ Set these in your vimrc file prior to calling the colorscheme.
|
|||
g:solarized_italic = 1 | 0
|
||||
g:solarized_contrast = "normal"| "high" or "low"
|
||||
g:solarized_visibility= "normal"| "high" or "low"
|
||||
g:solarized_specialbg = "normal"| "off"
|
||||
------------------------------------------------
|
||||
|
||||
### Option Details
|
||||
|
@ -189,6 +190,13 @@ Set these in your vimrc file prior to calling the colorscheme.
|
|||
displayed using `:set list` can be set to one of three levels depending on
|
||||
your needs. Default value is `normal` with `high` and `low` options.
|
||||
|
||||
* g:solarized_specialbg
|
||||
|
||||
When solarized_visibility is set to `normal`, tabs are displayed
|
||||
with a brighter background. If you choose to use `set
|
||||
listchars=...` then you may wish to turn this off. Example: `let
|
||||
g:solarized_specialbg="off"`
|
||||
|
||||
Toggle Background Function
|
||||
--------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue