diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 3ee09be8..c102a244 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -93,6 +93,30 @@ Default value: \fBright\fR If true, a titlebar will be drawn for each terminal which shows the current title of that terminal. Default value: \fBTrue\fR .TP +.B title_tx_txt_color +Sets the colour of the text shown in the titlebar of the active terminal. +Default value: \fB#FFFFFF\fR +.TP +.B title_tx_bg_color +Sets the colour of the background of the titlebar in the active terminal. +Default value: \fB#C80003\fR +.TP +.B title_rx_txt_color +Sets the colour of the text shown in the titlebar of any terminal that \fBwill\fR receive input from the active terminal. +Default value: \fB#FFFFFF\fR +.TP +.B title_rx_bg_color +Sets the colour of the background of the titlebar of any terminal that \fBwill\fR receive input from the active terminal. +Default value: \fB#0076C9\fR +.TP +.B title_ia_txt_color +Sets the colour of the text shown in the titlebar of any terminal that will \fBnot\fR receive input from the active terminal. +Default value: \fB#000000\fR +.TP +.B title_ia_bg_color +Sets the colour of the background of the titlebar of any terminal that will \fBnot\fR receive input from the active terminal. +Default value: \fB#C0BEBF\fR +.TP .B titletips If true, a tooltip will be available for each terminal which shows the current title of that terminal. Default value: \fBFalse\fR