From: Samir Benmendil Date: Fri, 11 Mar 2022 08:24:14 +0000 (+0000) Subject: weechat: set color_reaction_suffix to darkblue X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/155e136e6c2d58d243d482ca0c1de696a9d5b651?ds=sidebyside weechat: set color_reaction_suffix to darkblue It was a bit difficult to read in darkgray. --- 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"