diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2022-04-06 13:06:10 +0200 |
---|---|---|
committer | Link Mauve <linkmauve@linkmauve.fr> | 2022-04-06 20:30:33 +0200 |
commit | 30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad (patch) | |
tree | 144681410b5d1b5c90a2404927165bfdfb0737b3 /doc/source | |
parent | 8b13d3c572ef230f3fcd8d12f1b7f4317193e637 (diff) | |
download | poezio-30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad.tar.gz poezio-30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad.tar.bz2 poezio-30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad.tar.xz poezio-30c1dc7812d89fb1fa8055fb1d1bbdfbcf671bad.zip |
Add autocolor_tab_names to config and changelog
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/configuration.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 81eadb77..fe4d06cd 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -617,6 +617,14 @@ or the way messages are displayed. If set to true, the color of the nick will be used in chatroom information messages, instead of the default color from the theme. + autocolor_tab_names + + **Default value:** ``false`` + + If ``true``, uses deterministic coloration for tab names or tab + numbers in the activity bar, using Consistent Color Generation + (XEP-0392). + enable_vertical_tab_list **Default value:** ``true`` |