Fix some doc errors

This commit is contained in:
Khoa D. Cao 2018-05-23 08:44:24 +07:00 committed by GitHub
parent 4a9595d91e
commit 2e5c721e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,6 @@ base16 theme for vim-airline matches your active Base16 colorscheme.
Allow 256 color use of the base16 theme. Without this setting Allow 256 color use of the base16 theme. Without this setting
the theme may look incorrect in 256 color mode. To enable it: > the theme may look incorrect in 256 color mode. To enable it: >
let base16colorspace = 256 let base16colorspace = 256
< <
*airline-theme-dark_minimal* *airline-theme-dark_minimal*
@ -195,7 +194,7 @@ setup once. However, it won't change colors if e.g. the mode changes.
Set to 256 for 256-color mode (the default), or 16 for 16-color mode. Set to 256 for 256-color mode (the default), or 16 for 16-color mode.
Has no effect if using true/24-bit color. To enable 16-color mode: > Has no effect if using true/24-bit color. To enable 16-color mode: >
let g:onedark_termcolors = 16 let g:deus_termcolors = 16
< <
*airline-theme-onedark* *airline-theme-onedark*
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -203,19 +202,18 @@ Has no effect if using true/24-bit color. To enable 16-color mode: >
Set to 256 for 256-color mode (the default), or 16 for 16-color mode. Set to 256 for 256-color mode (the default), or 16 for 16-color mode.
Has no effect if using true/24-bit color. To enable 16-color mode: > Has no effect if using true/24-bit color. To enable 16-color mode: >
let g:onedark_termcolors = 16 let g:onedark_termcolors = 16
< <
16-color mode is intended to be used with specific terminal colors as
described in the installation notes for the joshdick/onedark.vim colorscheme:
(https://github.com/joshdick/onedark.vim#installation)
*airline-theme-molokai* *airline-theme-molokai*
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Enable brighter molokai theme. Mainly, the branch and filetype sections will Enable brighter molokai theme. Mainly, the branch and filetype sections will
be shown in a nice orange. > be shown in a nice orange. >
let g:airline_molokai_bright = 1 let g:airline_molokai_bright = 1
<
16-color mode is intended to be used with specific terminal colors as
described in the installation notes for the joshdick/onedark.vim colorscheme:
(https://github.com/joshdick/onedark.vim#installation)
*airline-theme-solarized* *airline-theme-solarized*
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*g:solarized_base16* *g:solarized_base16*
@ -226,7 +224,7 @@ Ansi 9-15, are left the same as their Ansi 1-7 counterparts. The
remaining solarized colors are mapped into higher indexes by using remaining solarized colors are mapped into higher indexes by using
Base16 Shell. To enable it: > Base16 Shell. To enable it: >
let g:solarized_base16 = 1 let g:solarized_base16 = 1
> <
See also https://github.com/blueyed/vim-colors-solarized/commit/92f2f994. See also https://github.com/blueyed/vim-colors-solarized/commit/92f2f994.
*g:airline_solarized_normal_green* *g:airline_solarized_normal_green*