Add 'enable_command_color' option for solarized.vim

Allow users to enable a different color for the status line in command
mode.
This commit is contained in:
Yukun Lin
2019-08-10 20:13:34 +09:00
parent b851658442
commit fb1d0b3cc4
2 changed files with 30 additions and 0 deletions
+5
View File
@@ -255,6 +255,11 @@ To enable it: >
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
<
*g:airline_solarized_enable_command_color*
In command mode, set the status line to its own color (violet). To enable it: >
let airline_solarized_enable_command_color = 1
<
*g:solarized_base16*