mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-24 09:18:33 +08:00
make theme switching more robust, better autocomplete, and reset inactive highlights
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user