Skip to content

Instantly share code, notes, and snippets.

@jsjolund
Forked from fats/weechat_grayout.txt
Created September 26, 2022 17:05
Show Gist options
  • Save jsjolund/931042d236962f28cfe831aedaa6cc9c to your computer and use it in GitHub Desktop.
Save jsjolund/931042d236962f28cfe831aedaa6cc9c 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