aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Options.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-06-07 23:57:15 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2020-06-16 23:03:01 +0200
commite6446b84db52d9c5b6adf6c8869ab3d12e6f2ce4 (patch)
treef44f371c7c7fb5def5b6cf0cb528e8aa73c10e9f /docs/Options.md
parent7a4a95baafc78682288acaa1b4622d87eed1db3e (diff)
downloadwee-slack-e6446b84db52d9c5b6adf6c8869ab3d12e6f2ce4.tar.gz
Support colorizing attachment prefix or line
Thanks to @Informatic for the initial implementation of this in PR #426. I have seen that most attachment colors are without the leading #, but a few does include it, so we have to handle it. Fixes #424, closes #426
Diffstat (limited to 'docs/Options.md')
-rw-r--r--docs/Options.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Options.md b/docs/Options.md
index 39ea4f5..112a4e1 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -76,6 +76,12 @@ slack` after changing it to take effect.
**Description:** Color to use for the typing notice.
+### colorize_attachments
+
+**Default:** `prefix`
+
+**Description:** Whether to colorize attachment lines. Values: "prefix": Only colorize the prefix, "all": Colorize the whole line, "none": Don't colorize.
+
### colorize_private_chats
**Default:** `false`