Last active
September 26, 2022 17:05
-
-
Save fats/71622560d42926479976 to your computer and use it in GitHub Desktop.
[weechat] Gray out join/part/quit messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/set irc.look.color_nicks_in_server_messages off | |
/set colorize_nicks.look.ignore_tags irc_join,irc_part,irc_quit | |
/set irc.color.message_join darkgray | |
/set irc.color.message_quit darkgray | |
/set irc.color.reason_quit darkgray | |
/set weechat.color.chat_tags darkgray | |
/set weechat.color.chat_nick darkgray | |
/set weechat.color.chat_host darkgray | |
/set weechat.color.chat_delimiters darkgray | |
/set weechat.color.chat_channel darkgray |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment