From e226c457b9aba66b7eba57e75bfc8f0157232db4 Mon Sep 17 00:00:00 2001 From: Grzesiek11 Date: Mon, 24 Jun 2024 05:04:17 +0200 Subject: [PATCH] Create README Missing a screenshot for now. --- src/plugins/ircColors/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/plugins/ircColors/README.md diff --git a/src/plugins/ircColors/README.md b/src/plugins/ircColors/README.md new file mode 100644 index 000000000..dd64d1c6d --- /dev/null +++ b/src/plugins/ircColors/README.md @@ -0,0 +1,16 @@ +# IrcColors + +Makes username colors in chat unique, like in IRC clients + + + +Improves chat readability by assigning every user an unique nickname color, +making distinguishing between different users easier. Inspired by the feature +in many IRC clients, such as HexChat or WeeChat. + +Keep in mind this overrides role colors in chat, so if you wish to know +someone's role color without checking their profile, enable the role dot feature +in accessibility settings. + +Created for use with the [Compact++](https://gitlab.com/Grzesiek11/compactplusplus-discord-theme) +theme.