mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-18 14:29:42 +08:00
add inactive modified support to dark, light, simple. resolves #59.
This commit is contained in:
@@ -42,3 +42,6 @@ let g:airline#themes#light#visual_modified = {
|
||||
|
||||
let s:IA = [ '#9e9e9e' , '#ffffff' , 247 , 255 , '' ]
|
||||
let g:airline#themes#light#inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
|
||||
let g:airline#themes#light#inactive_modified = {
|
||||
\ 'statusline': [ '#df0000' , '' , '160' , '', '' ]
|
||||
\ }
|
||||
|
||||
Reference in New Issue
Block a user