mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Update help file.
This commit is contained in:
@@ -1,43 +1,5 @@
|
||||
==============================================================================
|
||||
Solarized 8 colorscheme *solarized8*
|
||||
|
||||
*g:solarized_diffmode*
|
||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||
`"high"`, and `"low"`.
|
||||
>
|
||||
let g:solarized_diffmode = "normal"
|
||||
<
|
||||
*g:solarized_old_cursor_style*
|
||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||
>
|
||||
let g:solarized_old_cursor_style = 0
|
||||
<
|
||||
*g:solarized_statusline*
|
||||
Set to `"low"` to reduce the contrast in the status line.
|
||||
>
|
||||
let g:solarized_statusline = "normal"
|
||||
<
|
||||
*g:solarized_term_italics*
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:solarized_term_italics = 1
|
||||
<
|
||||
*g:solarized_termtrans*
|
||||
Set to 1 if you want a transparent background. Takes effect only in the
|
||||
terminal.
|
||||
>
|
||||
let g:solarized_termtrans = 0
|
||||
<
|
||||
*g:solarized_visibility*
|
||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
(default), `"high"`, and `"low"`.
|
||||
>
|
||||
let g:solarized_visibility = "normal"
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
Solarized 8 license *solarized8-license*
|
||||
Solarized 8 license *solarized8-license*
|
||||
|
||||
Copyright (c) 2011 Ethan Schoonover
|
||||
|
||||
@@ -58,6 +20,43 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
==============================================================================
|
||||
Solarized 8 colorscheme *solarized8*
|
||||
|
||||
*g:solarized_diffmode*
|
||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||
`"high"`, and `"low"`.
|
||||
>
|
||||
let g:solarized_diffmode = "normal"
|
||||
< *g:solarized_old_cursor_style*
|
||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||
>
|
||||
let g:solarized_old_cursor_style = 0
|
||||
<
|
||||
*g:solarized_statusline*
|
||||
Set to `"low"` to reduce the contrast in the status line.
|
||||
>
|
||||
let g:solarized_statusline = "normal"
|
||||
<
|
||||
*g:solarized_term_italics*
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:solarized_term_italics = 1
|
||||
<
|
||||
*g:solarized_termtrans*
|
||||
Set to 1 if you want a transparent background. Takes effect only in the
|
||||
terminal.
|
||||
>
|
||||
let g:solarized_termtrans = 0
|
||||
<
|
||||
*g:solarized_visibility*
|
||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
(default), `"high"`, and `"low"`.
|
||||
>
|
||||
let g:solarized_visibility = "normal"
|
||||
<
|
||||
|
||||
|
||||
==============================================================================
|
||||
Solarized 8 other options *solarized8-other-options*
|
||||
@@ -65,6 +64,6 @@ Solarized 8 other options *solarized8-other-options*
|
||||
*g:solarized_use16*
|
||||
Set to 1 if you want to use 16 colors.
|
||||
>
|
||||
let g:solarized_use16 = 0
|
||||
let g:solarized_use16 = 0
|
||||
<
|
||||
vim:tw=78:ts=8:ft=help:norl:
|
||||
|
||||
@@ -2,45 +2,7 @@
|
||||
|
||||
documentation
|
||||
==============================================================================
|
||||
@fullname colorscheme *@shortname*
|
||||
|
||||
*g:@optionprefix_diffmode*
|
||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||
`"high"`, and `"low"`.
|
||||
>
|
||||
let g:@optionprefix_diffmode = "normal"
|
||||
<
|
||||
*g:@optionprefix_old_cursor_style*
|
||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||
>
|
||||
let g:@optionprefix_old_cursor_style = 0
|
||||
<
|
||||
*g:@optionprefix_statusline*
|
||||
Set to `"low"` to reduce the contrast in the status line.
|
||||
>
|
||||
let g:@optionprefix_statusline = "normal"
|
||||
<
|
||||
*g:@optionprefix_term_italics*
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:@optionprefix_term_italics = 1
|
||||
<
|
||||
*g:@optionprefix_termtrans*
|
||||
Set to 1 if you want a transparent background. Takes effect only in the
|
||||
terminal.
|
||||
>
|
||||
let g:@optionprefix_termtrans = 0
|
||||
<
|
||||
*g:@optionprefix_visibility*
|
||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
(default), `"high"`, and `"low"`.
|
||||
>
|
||||
let g:@optionprefix_visibility = "normal"
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
@fullname license *@shortname-license*
|
||||
@fullname license *@shortname-license*
|
||||
|
||||
Copyright (c) 2011 Ethan Schoonover
|
||||
|
||||
@@ -61,5 +23,42 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
==============================================================================
|
||||
@fullname colorscheme *@shortname*
|
||||
|
||||
*g:@optionprefix_diffmode*
|
||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||
`"high"`, and `"low"`.
|
||||
>
|
||||
let g:@optionprefix_diffmode = "normal"
|
||||
< *g:@optionprefix_old_cursor_style*
|
||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||
>
|
||||
let g:@optionprefix_old_cursor_style = 0
|
||||
<
|
||||
*g:@optionprefix_statusline*
|
||||
Set to `"low"` to reduce the contrast in the status line.
|
||||
>
|
||||
let g:@optionprefix_statusline = "normal"
|
||||
<
|
||||
*g:@optionprefix_term_italics*
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:@optionprefix_term_italics = 1
|
||||
<
|
||||
*g:@optionprefix_termtrans*
|
||||
Set to 1 if you want a transparent background. Takes effect only in the
|
||||
terminal.
|
||||
>
|
||||
let g:@optionprefix_termtrans = 0
|
||||
<
|
||||
*g:@optionprefix_visibility*
|
||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
(default), `"high"`, and `"low"`.
|
||||
>
|
||||
let g:@optionprefix_visibility = "normal"
|
||||
<
|
||||
|
||||
enddocumentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user