Skip to content

Commit

Permalink
Increase contrast of inactive status in airline
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Esau committed Jan 13, 2015
1 parent b79c517 commit c4ce736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/airline/themes/pencil.vim
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ function! airline#themes#pencil#refresh()
" Inactive, according to VertSplit in pencil
" (bg dark: base00; bg light: base0)
if s:background == 'dark'
let s:IA = [s:base02, s:base00, '']
let s:IA = [s:base01, s:base02, '']
else
let s:IA = [s:base2, s:base0, '']
let s:IA = [s:base1, s:base2, '']
endif

""""""""""""""""""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit c4ce736

Please sign in to comment.