Doc: Document and fix some other minor issues.

This commit is contained in:
Josh Dick 2017-03-06 19:00:40 -05:00
parent c1e6284bde
commit 1f024697a9

View File

@ -28,8 +28,8 @@ Currently this repository contains the following themes:
* aurora
* badcat
* badwolf
* base16(|airline-theme-base16|)
* base16_shell(|airline-theme-base16_shell|)
* base16 (|airline-theme-base16|)
* base16_shell (|airline-theme-base16_shell|)
* base16_3024
* base16_apathy
* base16_ashes
@ -88,7 +88,7 @@ Currently this repository contains the following themes:
* molokai
* monochrome
* murmur
* onedark
* onedark (|airline-theme-onedark|)
* papercolor
* powerlineish
* qwq
@ -137,6 +137,7 @@ Turns the outer-most section of the statusline Solarized green, making it
look more like classic powerline in normal mode. To enable it:
>
let g:airline_solarized_normal_green = 1
<
*g:airline_solarized_dark_inactive_border*
@ -144,8 +145,8 @@ Changes inactive window panes to have a dark bottom border instead
of light by default. To enable it:
>
let g:airline_solarized_dark_inactive_border = 1
*airline-theme-base16*
<
*airline-theme-base16*
Base16 is a popular theme from Chris Kempson
(https://github.com/chriskempson/base16-vim)
@ -177,11 +178,25 @@ The theme supports 2 options described below.
*g:airline_base16_solarized*
Adjusts the colors to match base16_solirazed shell theme. You may also try to
Adjusts the colors to match base16_solarized shell theme. You may also try to
use it with other Base16 Shell themes. To enable it: >
let g:airline_base16_solarized = 1
<
*airline-theme-onedark*
*g:onedark_termcolors*
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: >
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)
==============================================================================
CONTRIBUTIONS *airline-themes-contributions*