From 91a8ada0f9fc589b57fe8aa459c8961c3a27287e Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 19 Nov 2020 14:17:22 +0100 Subject: [PATCH] doc: document tabline highlighting groups (closes #2285) --- doc/airline.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index 15e75481..3adecc2f 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -1312,6 +1312,26 @@ Note: Enabling this extension will modify 'showtabline' and 'guioptions'. (neovim specific, only works with buffers and not real tabs, default: 0) > let airline#extensions#tabline#middle_click_preserves_windows = 1 < + *airline-tabline-hlgroups* +When the tabline is enabled, vim-airline exposes the following highlighting +groups: + + airline_tab: default highlighting group for the tabline + airline_tab_right: idem, but for the right side of the tabline + + airline_tabsel: highlighting group of the selected item + airline_tabsel_right: idem, but for the right side of the tabline + airline_tabmod: highlighting group for a 'modified' buffer + airline_tabmod_right: idem, but on the right side + airline_tabmod_unsel: unselected tab with modified buffer + airline_tabmod_unsel_right: (unused) + airline_tabtype: label group used by ctrlspace and tabws + airline_tabfill: highlighting group for the filler space + airline_tablabel: highlighting group for the label + airline_tablabel_right: highlighting group for the label on the right side + airline_tabhid: hidden buffer + airline_tabhid_right: idem, but on the right + ------------------------------------- *airline-taboo* taboo.vim