diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-20 23:13:26 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-20 23:13:26 +0100 |
commit | 2452706b909364178655c6c918a0348fb4298fb2 (patch) | |
tree | f7d8a3ed6134c7d1a784ec6d50748d2ffc18c903 /doc/source | |
parent | 030b4d7bcd101bbd5efddfefa73f633540b42312 (diff) | |
download | poezio-2452706b909364178655c6c918a0348fb4298fb2.tar.gz poezio-2452706b909364178655c6c918a0348fb4298fb2.tar.bz2 poezio-2452706b909364178655c6c918a0348fb4298fb2.tar.xz poezio-2452706b909364178655c6c918a0348fb4298fb2.zip |
Add a deterministic_nick_colors option (default: true)
Diffstat (limited to 'doc/source')
-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`` |