mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-16 04:03:02 +01:00
Add config man entries for colour scheme options
This commit is contained in:
parent
eb964b64c2
commit
b77bff35a1
@ -2,12 +2,12 @@
|
|||||||
.\" Title: toxic.conf
|
.\" Title: toxic.conf
|
||||||
.\" Author: [see the "AUTHORS" section]
|
.\" Author: [see the "AUTHORS" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 2020-05-07
|
.\" Date: 2020-11-18
|
||||||
.\" Manual: Toxic Manual
|
.\" Manual: Toxic Manual
|
||||||
.\" Source: toxic __VERSION__
|
.\" Source: toxic __VERSION__
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "TOXIC\&.CONF" "5" "2020\-05\-07" "toxic __VERSION__" "Toxic Manual"
|
.TH "TOXIC\&.CONF" "5" "2020\-11\-18" "toxic __VERSION__" "Toxic Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
@ -93,6 +93,26 @@ Enable or disable acoustic alerts on events\&. true or false
|
|||||||
Select between native terminal colors and toxic color theme\&. true or false
|
Select between native terminal colors and toxic color theme\&. true or false
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fBcolor_bar_bg\fR
|
||||||
|
.RS 4
|
||||||
|
set background color of chat status bars\&. (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fBcolor_bar_fg\fR
|
||||||
|
.RS 4
|
||||||
|
set foreground (text) color of chat status bars\&. (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fBcolor_bar_accent\fR
|
||||||
|
.RS 4
|
||||||
|
set foreground accent color of chat status bars\&. (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fBcolor_bar_notify\fR
|
||||||
|
.RS 4
|
||||||
|
set foreground notify (and typing) color in chat status bar\&. (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fBautolog\fR
|
\fBautolog\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Enable or disable autologging\&. true or false
|
Enable or disable autologging\&. true or false
|
||||||
@ -222,11 +242,6 @@ Audio output device\&. Integer value\&. Number corresponds to
|
|||||||
Voice Activity Detection threshold\&. Float value\&. Recommended values are 1\&.0\-40\&.0
|
Voice Activity Detection threshold\&. Float value\&. Recommended values are 1\&.0\-40\&.0
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fBpush_to_talk\fR
|
|
||||||
.RS 4
|
|
||||||
Enable/Disable Push\-To\-Talk for conference audio chats (active key is F2)\&. true or false
|
|
||||||
.RE
|
|
||||||
.PP
|
|
||||||
\fBconference_audio_channels\fR
|
\fBconference_audio_channels\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Number of channels for conference audio broadcast\&. Integer value\&. 1 (mono) or 2 (stereo)
|
Number of channels for conference audio broadcast\&. Integer value\&. 1 (mono) or 2 (stereo)
|
||||||
@ -236,6 +251,11 @@ Number of channels for conference audio broadcast\&. Integer value\&. 1 (mono) o
|
|||||||
.RS 4
|
.RS 4
|
||||||
Number of channels for 1\-on\-1 audio broadcast\&. Integer value\&. 1 (mono) or 2 (stereo)
|
Number of channels for 1\-on\-1 audio broadcast\&. Integer value\&. 1 (mono) or 2 (stereo)
|
||||||
.RE
|
.RE
|
||||||
|
.PP
|
||||||
|
\fBpush_to_talk\fR
|
||||||
|
.RS 4
|
||||||
|
Enable/Disable Push\-To\-Talk for conference audio chats (active key is F2)\&. true or false
|
||||||
|
.RE
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fBtox\fR
|
\fBtox\fR
|
||||||
|
@ -60,6 +60,18 @@ OPTIONS
|
|||||||
*native_colors*;;
|
*native_colors*;;
|
||||||
Select between native terminal colors and toxic color theme. true or false
|
Select between native terminal colors and toxic color theme. true or false
|
||||||
|
|
||||||
|
*color_bar_bg*;;
|
||||||
|
set background color of chat status bars. (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
|
|
||||||
|
*color_bar_fg*;;
|
||||||
|
set foreground (text) color of chat status bars. (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
|
|
||||||
|
*color_bar_accent*;;
|
||||||
|
set foreground accent color of chat status bars. (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
|
|
||||||
|
*color_bar_notify*;;
|
||||||
|
set foreground notify (and typing) color in chat status bar. (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
|
|
||||||
*autolog*;;
|
*autolog*;;
|
||||||
Enable or disable autologging. true or false
|
Enable or disable autologging. true or false
|
||||||
|
|
||||||
|
@ -9,31 +9,31 @@ ui = {
|
|||||||
alerts=true;
|
alerts=true;
|
||||||
|
|
||||||
// Output a bell when receiving a message (see manpage)
|
// Output a bell when receiving a message (see manpage)
|
||||||
bell_on_message=true
|
bell_on_message=true;
|
||||||
|
|
||||||
// Output a bell when receiving a filetransfer (see manpage)
|
// Output a bell when receiving a filetransfer (see manpage)
|
||||||
bell_on_filetrans=true
|
bell_on_filetrans=true;
|
||||||
|
|
||||||
// Don't output a bell when a filetransfer was accepted (see manpage)
|
// Don't output a bell when a filetransfer was accepted (see manpage)
|
||||||
bell_on_filetrans_accept=false
|
bell_on_filetrans_accept=false;
|
||||||
|
|
||||||
// Output a bell when receiving a group/call invite (see manpage)
|
// Output a bell when receiving a group/call invite (see manpage)
|
||||||
bell_on_invite=true
|
bell_on_invite=true;
|
||||||
|
|
||||||
// true to use native terminal colours, false to use toxic default colour theme
|
// true to use native terminal colours, false to use toxic default colour theme
|
||||||
native_colors=false;
|
native_colors=false;
|
||||||
|
|
||||||
// set background color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
|
// set background color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
color_bar_bg = "blue";
|
color_bar_bg="blue";
|
||||||
|
|
||||||
// set foreground (text) color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
|
// set foreground (text) color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
color_bar_fg = "white";
|
color_bar_fg="white";
|
||||||
|
|
||||||
// set foreground accent color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
|
// set foreground accent color of chat status bars (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
color_bar_accent = "cyan";
|
color_bar_accent="cyan";
|
||||||
|
|
||||||
// set foreground notify (and typing) color in chat status bar (black, white, red, green, blue, cyan, yellow, magenta)
|
// set foreground notify (and typing) color in chat status bar (black, white, red, green, blue, cyan, yellow, magenta)
|
||||||
color_bar_notify = "yellow";
|
color_bar_notify="yellow";
|
||||||
|
|
||||||
// true to enable autologging, false to disable
|
// true to enable autologging, false to disable
|
||||||
autolog=false;
|
autolog=false;
|
||||||
@ -68,10 +68,10 @@ ui = {
|
|||||||
// time in milliseconds to display a notification
|
// time in milliseconds to display a notification
|
||||||
notification_timeout=6000;
|
notification_timeout=6000;
|
||||||
|
|
||||||
// Indicator for display when someone connects or joins a group.
|
// Indicator for display when someone connects or joins a group
|
||||||
line_join="-->";
|
line_join="-->";
|
||||||
|
|
||||||
// Indicator for display when someone disconnects or leaves a group.
|
// Indicator for display when someone disconnects or leaves a group
|
||||||
line_quit="<--";
|
line_quit="<--";
|
||||||
|
|
||||||
// Indicator for alert messages.
|
// Indicator for alert messages.
|
||||||
@ -143,6 +143,6 @@ keys = {
|
|||||||
half_page_up="Ctrl+F";
|
half_page_up="Ctrl+F";
|
||||||
half_page_down="Ctrl+V";
|
half_page_down="Ctrl+V";
|
||||||
page_bottom="Ctrl+H";
|
page_bottom="Ctrl+H";
|
||||||
toggle_peerlist="Ctrl+b";
|
toggle_peerlist="Ctrl+B";
|
||||||
toggle_paste_mode="Ctrl+T";
|
toggle_paste_mode="Ctrl+T";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user