From 64a6b518dc3727bc94b7950693a017e1af3f0069 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 19 Sep 2015 21:50:06 +0200 Subject: [PATCH] Regenerate docs. --- doc/help/settings.asciidoc | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index e50e2971d..ad63c9897 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -221,8 +221,10 @@ |<>|Background color of unselected odd tabs. |<>|Foreground color of unselected even tabs. |<>|Background color of unselected even tabs. -|<>|Foreground color of selected tabs. -|<>|Background color of selected tabs. +|<>|Foreground color of selected odd tabs. +|<>|Background color of selected odd tabs. +|<>|Foreground color of selected even tabs. +|<>|Background color of selected even tabs. |<>|Background color of the tab bar. |<>|Color gradient start for the tab indicator. |<>|Color gradient end for the tab indicator. @@ -1792,18 +1794,30 @@ Background color of unselected even tabs. Default: +pass:[darkgrey]+ -[[colors-tabs.fg.selected]] -=== tabs.fg.selected -Foreground color of selected tabs. +[[colors-tabs.fg.selected.odd]] +=== tabs.fg.selected.odd +Foreground color of selected odd tabs. Default: +pass:[white]+ -[[colors-tabs.bg.selected]] -=== tabs.bg.selected -Background color of selected tabs. +[[colors-tabs.bg.selected.odd]] +=== tabs.bg.selected.odd +Background color of selected odd tabs. Default: +pass:[black]+ +[[colors-tabs.fg.selected.even]] +=== tabs.fg.selected.even +Foreground color of selected even tabs. + +Default: +pass:[${tabs.fg.selected.odd}]+ + +[[colors-tabs.bg.selected.even]] +=== tabs.bg.selected.even +Background color of selected even tabs. + +Default: +pass:[${tabs.bg.selected.odd}]+ + [[colors-tabs.bg.bar]] === tabs.bg.bar Background color of the tab bar.