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
@@ -18,7 +18,7 @@ function! s:generate()
let g:airline#themes#jellybeans#normal = airline#themes#generate_color_map(s:N1, s:N2, s:N3, s:file)
let g:airline#themes#jellybeans#normal_modified = {
\ 'statusline': [ '#ffb964', '', 215, '', '' ]
\ 'airline_c': [ '#ffb964', '', 215, '', '' ]
\ }
let s:I1 = airline#themes#get_highlight('DiffAdd', 'bold')