aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Options.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-02-01 16:55:58 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2020-02-01 17:01:39 +0100
commit958296fb6c3a17db85cbdcf44bf35647c51aaccd (patch)
treea68552c61465e0ee6c35578ad3038dbf6c38b6bb /docs/Options.md
parent85426cbcb110f155ff60688a6ce72e49d559dc5d (diff)
downloadwee-slack-958296fb6c3a17db85cbdcf44bf35647c51aaccd.tar.gz
Add options for hard coded colors
Fixes #681
Diffstat (limited to 'docs/Options.md')
-rw-r--r--docs/Options.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Options.md b/docs/Options.md
index 9f2fccc..4b9ceb5 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -40,6 +40,12 @@ slack` after changing it to take effect.
**Description:** Color to use for muted channels in the buflist
+### color_deleted
+
+**Default:** `red`
+
+**Description:** Color to use for deleted messages and files.
+
### color_edited_suffix
**Default:** `095`
@@ -58,6 +64,12 @@ slack` after changing it to take effect.
**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.
+### color_typing_notice
+
+**Default:** `yellow`
+
+**Description:** Color to use for the typing notice.
+
### colorize_private_chats
**Default:** `false`