mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-18 06:19:42 +08:00
add ctrlp support for most themes
This commit is contained in:
@@ -62,3 +62,6 @@ let g:airline#themes#bubblegum#inactive_modified = {
|
||||
\ 'statusline': [s:gui_orange, '', s:cterm_orange, '', ''],
|
||||
\ }
|
||||
|
||||
if get(g:, 'loaded_ctrlp', 0)
|
||||
let g:airline#themes#bubblegum#ctrlp = airline#extensions#ctrlp#generate_color_map(s:N3, s:N2, s:I1)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user