diff --git a/autoload/airline/themes.vim b/autoload/airline/themes.vim index bbbffd4d..36fa20a7 100644 --- a/autoload/airline/themes.vim +++ b/autoload/airline/themes.vim @@ -100,4 +100,12 @@ else return palette enddef + + def airline#themes#get_highlight(group: string): list + return call('airline#highlighter#get_highlight', [group]) + enddef + + def airline#themes#get_highlight2(fg: list, bg: list): list + return call('airline#highlighter#get_highlight2', [fg, bg]) + endfunction endif