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

@@ -88,7 +88,7 @@ Currently this repository contains the following themes:
* molokai * molokai
* monochrome * monochrome
* murmur * murmur
* onedark * onedark (|airline-theme-onedark|)
* papercolor * papercolor
* powerlineish * powerlineish
* qwq * 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: look more like classic powerline in normal mode. To enable it:
> >
let g:airline_solarized_normal_green = 1 let g:airline_solarized_normal_green = 1
<
*g:airline_solarized_dark_inactive_border* *g:airline_solarized_dark_inactive_border*
@@ -144,7 +145,7 @@ Changes inactive window panes to have a dark bottom border instead
of light by default. To enable it: of light by default. To enable it:
> >
let g:airline_solarized_dark_inactive_border = 1 let g:airline_solarized_dark_inactive_border = 1
<
*airline-theme-base16* *airline-theme-base16*
Base16 is a popular theme from Chris Kempson Base16 is a popular theme from Chris Kempson
(https://github.com/chriskempson/base16-vim) (https://github.com/chriskempson/base16-vim)
@@ -177,11 +178,25 @@ The theme supports 2 options described below.
*g:airline_base16_solarized* *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: > use it with other Base16 Shell themes. To enable it: >
let g:airline_base16_solarized = 1 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* CONTRIBUTIONS *airline-themes-contributions*