replace all obsolete color groups in all themes

This commit is contained in:
Bailey Ling
2013-08-17 19:20:40 +00:00
parent 3fbdd28e5d
commit 6bda68e35c
14 changed files with 97 additions and 235 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ function! s:generate()
let group = airline#themes#get_highlight('vimCommand')
let g:airline#themes#tomorrow#normal_modified = {
\ 'statusline': [ group[0], '', group[2], '', '' ]
\ 'airline_c': [ group[0], '', group[2], '', '' ]
\ }
let s:I1 = airline#themes#get_highlight2(['Normal', 'bg'], ['MoreMsg', 'fg'], 'bold')