lucius: use a darker background for inactive statusline

This also provides more contrast to the tabline plugin, by better highlighting
the currently selected tab.

Fixes #16
This commit is contained in:
Isaac Jurado 2016-02-23 14:55:00 +01:00
parent cf5b990b2d
commit 1335f1bf4a

View File

@ -40,7 +40,7 @@ function! airline#themes#lucius#refresh()
let g:airline#themes#lucius#palette.visual.airline_warning = g:airline#themes#lucius#palette.normal.airline_warning
let g:airline#themes#lucius#palette.visual_modified.airline_warning = g:airline#themes#lucius#palette.normal_modified.airline_warning
let s:IA = airline#themes#get_highlight('StatusLineNC')
let s:IA = airline#themes#get_highlight('CursorLine')
let g:airline#themes#lucius#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA)
let g:airline#themes#lucius#palette.inactive_modified = {
\ 'airline_c': [ modified_group[0], '', modified_group[2], '', '' ]