From 155e136e6c2d58d243d482ca0c1de696a9d5b651 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 11 Mar 2022 08:24:14 +0000 Subject: [PATCH] weechat: set color_reaction_suffix to darkblue It was a bit difficult to read in darkgray. --- weechat/plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weechat/plugins.conf b/weechat/plugins.conf index 7f74f7a..924b264 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -93,7 +93,7 @@ python.slack.channel_name_typing_indicator = "true" python.slack.color_buflist_muted_channels = "darkgray" python.slack.color_deleted = "red" python.slack.color_edited_suffix = "095" -python.slack.color_reaction_suffix = "darkgray" +python.slack.color_reaction_suffix = "darkblue" python.slack.color_reaction_suffix_added_by_you = "blue" python.slack.color_thread_suffix = "lightcyan" python.slack.color_typing_notice = "yellow" -- 2.48.1