move default ctrlp theme to dark. autogenerate for everything else if not already defined.

This commit is contained in:
Bailey Ling
2013-08-06 23:29:06 +00:00
parent 42260bc35f
commit 26c7c9fca2
9 changed files with 14 additions and 30 deletions
-3
View File
@@ -52,6 +52,3 @@ let g:airline#themes#badwolf#inactive = airline#themes#generate_color_map(s:IA,
let g:airline#themes#badwolf#inactive_modified = {
\ 'statusline' : [ s:V1[1] , '' , s:V1[3] , '' , '' ] }
if get(g:, 'loaded_ctrlp', 0)
let g:airline#themes#badwolf#ctrlp = airline#extensions#ctrlp#generate_color_map(s:N3, s:I2, s:I1)
endif