make theme switching more robust, better autocomplete, and reset inactive highlights

This commit is contained in:
Bailey Ling
2013-07-10 22:17:39 +00:00
parent 16447a6aa9
commit 6b94397105
3 changed files with 25 additions and 20 deletions
+4
View File
@@ -36,3 +36,7 @@ let g:airline#themes#dark#visual_modified = {
\ 'info_separator': [ '#ff5f00' , '#5f005f' , 202 , 53 , '' ] ,
\ 'statusline': [ '#ffffff' , '#5f005f' , 255 , 53 , '' ] ,
\ }
function! airline#themes#dark#get(key, modes)
return g:airline#themes#dark#normal[key]
endfunction