mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
Fix the display of a table vim README
This commit is contained in:
parent
c350650cb7
commit
b466f09442
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ Description: Precision colors for machines and people
|
||||||
Author: Ethan Schoonover
|
Author: Ethan Schoonover
|
||||||
Colors: light yellow
|
Colors: light yellow
|
||||||
Created: 2011 Mar 15
|
Created: 2011 Mar 15
|
||||||
Modified: 2011 Apr 16
|
Modified: 2012 Aug 2
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ Solarized will work out of the box with just the two lines specified above but
|
||||||
does include several other options that can be set in your .vimrc file.
|
does include several other options that can be set in your .vimrc file.
|
||||||
|
|
||||||
Set these in your vimrc file prior to calling the colorscheme.
|
Set these in your vimrc file prior to calling the colorscheme.
|
||||||
"
|
```
|
||||||
option name default optional
|
option name default optional
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
g:solarized_termcolors= 16 | 256
|
g:solarized_termcolors= 16 | 256
|
||||||
|
@ -144,6 +144,7 @@ Set these in your vimrc file prior to calling the colorscheme.
|
||||||
g:solarized_contrast = "normal"| "high" or "low"
|
g:solarized_contrast = "normal"| "high" or "low"
|
||||||
g:solarized_visibility= "normal"| "high" or "low"
|
g:solarized_visibility= "normal"| "high" or "low"
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
```
|
||||||
|
|
||||||
### Option Details
|
### Option Details
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue