Skip to content

Instantly share code, notes, and snippets.

@fats
Last active September 26, 2022 17:05
Show Gist options
  • Save fats/71622560d42926479976 to your computer and use it in GitHub Desktop.
Save fats/71622560d42926479976 to your computer and use it in GitHub Desktop.
[weechat] Gray out join/part/quit messages
/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