mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-02-20 22:23:39 +08:00
Merge pull request #2125 from shaine/master
Use disabled style for inactive tabs
This commit is contained in:
commit
6a1c2a74e9
@ -102,7 +102,7 @@ function! airline#extensions#tabline#load_theme(palette)
|
||||
let colors = get(a:palette, 'tabline', {})
|
||||
let tablabel = get(colors, 'airline_tablabel', a:palette.normal.airline_b)
|
||||
" Theme for tabs on the left
|
||||
let tab = get(colors, 'airline_tab', a:palette.normal.airline_b)
|
||||
let tab = get(colors, 'airline_tab', a:palette.inactive.airline_c)
|
||||
let tabsel = get(colors, 'airline_tabsel', a:palette.normal.airline_a)
|
||||
let tabtype = get(colors, 'airline_tabtype', a:palette.visual.airline_a)
|
||||
let tabfill = get(colors, 'airline_tabfill', a:palette.normal.airline_c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user