mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-09 23:16:27 -04:00
Update Airline's terminal section color (#57)
This commit is contained in:
parent
a757df9c0e
commit
18c385ad79
|
|
@ -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 =======================================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -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 =======================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue