diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-02-01 16:55:58 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-02-01 17:01:39 +0100 |
commit | 958296fb6c3a17db85cbdcf44bf35647c51aaccd (patch) | |
tree | a68552c61465e0ee6c35578ad3038dbf6c38b6bb /docs | |
parent | 85426cbcb110f155ff60688a6ce72e49d559dc5d (diff) | |
download | wee-slack-958296fb6c3a17db85cbdcf44bf35647c51aaccd.tar.gz |
Add options for hard coded colors
Fixes #681
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Options.md | 12 |
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` |