mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-08 13:04:44 +08:00
refactor colorschemes to overwrite a base instead of replacing
This commit is contained in:
@@ -19,9 +19,9 @@ let g:airline#themes#simple#normal = {
|
||||
\ 'file': [ '#ff0000' , '#080808' , 160 , s:bg , '' ] ,
|
||||
\ 'inactive': [ '#4e4e4e' , '#080808' , 239 , s:bg , '' ] ,
|
||||
\ }
|
||||
let g:airline#themes#simple#normal_modified = copy(g:airline#themes#simple#normal)
|
||||
let g:airline#themes#simple#normal_modified.info_separator = [ '#080808' , '#080808' , s:bg , s:bg , '' ]
|
||||
let g:airline#themes#simple#normal_modified.statusline = [ '#df0000' , '#080808' , 160 , s:bg , '' ]
|
||||
let g:airline#themes#simple#normal_modified = {
|
||||
\ 'statusline': [ '#df0000' , '#080808' , 160 , s:bg , '' ] ,
|
||||
\ }
|
||||
|
||||
let s:I1 = [ '#5fff00' , '#080808' , 82 , s:bg ]
|
||||
let s:I2 = [ '#ff5f00' , '#080808' , 202 , s:bg ]
|
||||
|
||||
Reference in New Issue
Block a user