From 2c50a3b326e9027b4422b255a6d1fd7d8f9b1626 Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Wed, 14 Jan 2009 12:21:31 +0100 Subject: [PATCH] Update the config man page with parameters for titlebar colours. --- doc/terminator_config.5 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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