Update Airline's terminal section color (#57)

This commit is contained in:
IK 2020-06-29 22:54:55 +09:00 committed by GitHub
parent a757df9c0e
commit 18c385ad79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -145,6 +145,11 @@ let g:airline#themes#gotham#palette.accents = {
\ }
" Terminal =====================================================================
let g:airline#themes#gotham#palette.terminal =
\ airline#themes#generate_color_map(s:I1, s:I2, s:I3)
" CtrlP =======================================================================

View file

@ -144,6 +144,10 @@ let g:airline#themes#gotham256#palette.accents = {
\ 'red': [s:c.red.gui, '', s:c.red.cterm, '']
\ }
" Terminal =====================================================================
let g:airline#themes#gotham256#palette.terminal =
\ airline#themes#generate_color_map(s:I1, s:I2, s:I3)
" CtrlP =======================================================================