mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-05-13 10:08:45 +08:00
fill in inactive modified colors.
This commit is contained in:
@@ -55,4 +55,6 @@ let g:airline#themes#ubaryd#palette.visual_modified = {
|
||||
\ 'airline_c' : [ s:V3[0] , s:V4[0] , s:V3[2] , s:V4[1] , '' ] }
|
||||
|
||||
let g:airline#themes#ubaryd#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
|
||||
let g:airline#themes#ubaryd#palette.inactive_modified = {
|
||||
\ 'airline_c' : [ s:V1[1] , '' , s:V1[3] , '' , '' ] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user