From 1f024697a9de98eaeb8395bb24b01490baf9399d Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Mon, 6 Mar 2017 19:00:40 -0500 Subject: [PATCH] Doc: Document and fix some other minor issues. --- doc/airline-themes.txt | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/doc/airline-themes.txt b/doc/airline-themes.txt index a61d8ab..0005cc5 100644 --- a/doc/airline-themes.txt +++ b/doc/airline-themes.txt @@ -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*