diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-01-22 19:23:21 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-01-22 19:25:21 +0100 |
commit | 2d0a1fe229a394d74aed27587a1c45e2163a7e73 (patch) | |
tree | fd59127acc1d15e4e921e48d7dca8c4de3e221a0 /docs | |
parent | e507325af162f8d1382c0aa86b13b10767b51041 (diff) | |
download | wee-slack-2d0a1fe229a394d74aed27587a1c45e2163a7e73.tar.gz |
Support using a different color for each thread suffix/prefix
Fixes #716
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Options.md b/docs/Options.md index 416f38c..0328e0b 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -56,7 +56,7 @@ slack` after changing it to take effect. **Default:** `lightcyan` -**Description:** Color to use for the [thread: XXX] suffix on messages that have threads attached to them. +**Description:** Color to use for the [thread: XXX] suffix on messages that have threads attached to them. The special value "multiple" can be used to use a different color for each thread. ### colorize_private_chats |