]> git.rmz.io Git - dotfiles.git/commitdiff
weechat: set color_reaction_suffix to darkblue
authorSamir Benmendil <me@rmz.io>
Fri, 11 Mar 2022 08:24:14 +0000 (08:24 +0000)
committerSamir Benmendil <me@rmz.io>
Fri, 11 Mar 2022 08:24:14 +0000 (08:24 +0000)
It was a bit difficult to read in darkgray.

weechat/plugins.conf

index 7f74f7a5bb324b73ad16a7164d9c4fbdc643fc12..924b264bf38bf852c117d40c4e7e77d14043101d 100644 (file)
@@ -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"