diff --git a/README.mkd b/README.mkd index a163b02..9d80cf6 100644 --- a/README.mkd +++ b/README.mkd @@ -132,18 +132,17 @@ 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. Set these in your vimrc file prior to calling the colorscheme. -" - option name default optional - ------------------------------------------------ - g:solarized_termcolors= 16 | 256 - g:solarized_termtrans = 0 | 1 - g:solarized_degrade = 0 | 1 - g:solarized_bold = 1 | 0 - g:solarized_underline = 1 | 0 - g:solarized_italic = 1 | 0 - g:solarized_contrast = "normal"| "high" or "low" - g:solarized_visibility= "normal"| "high" or "low" - ------------------------------------------------ + +option name|default|optional +-----------|-------|-------- +g:solarized_termcolors= | 16 | 256 +g:solarized_termtrans= | 0 | 1 +g:solarized_degrade= | 0 | 1 +g:solarized_bold= | 1 | 0 +g:solarized_underline= | 1 | 0 +g:solarized_italic= | 1 | 0 +g:solarized_contrast= | "normal"| "high" or "low" +g:solarized_visibility= | "normal"| "high" or "low" ### Option Details