Update the config man page with parameters for titlebar colours.
This commit is contained in:
parent
a55fb5c70e
commit
2c50a3b326
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue