fix inactive color highlight, make the separators visible in the simple theme

This commit is contained in:
Bailey Ling
2013-07-04 16:30:21 -04:00
parent 392e331ab5
commit 0db74ea089
2 changed files with 17 additions and 15 deletions

View File

@@ -109,7 +109,7 @@ function! s:update_statusline(active)
let sl = l:mode_color
let sl.= a:active
\ ? '%{AirlineUpdateHighlight()} '.g:airline_section_a.' '.l:mode_sep_color
\ : ' %9*'
\ : ' %#Al9#'
let sl.='%{g:airline_left_sep}'.l:info_color
let sl.=' '.g:airline_section_b.' '
let sl.=l:info_sep_color.g:airline_left_sep