diff options
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index b7099020..d3d4fb43 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -519,6 +519,15 @@ or the way messages are displayed. If set to ``desc``, the MUC users will be displayed from top to bottom in the list, if set to ``asc``, they will be displayed from bottom to top. + deterministic_nick_colors + + **Default value:** ``true`` + + Use a deterministic algorithm to choose the user colors in chatrooms if + set to ``true``. Otherwise the colors will be picked randomly. + + The value of this option affects the behavior of :term:`/recolor`. + vertical_tab_list_size **Default value:** ``20`` |