boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
495 stars 38 forks source link

feat: support for colored messages #311

Closed boxdot closed 2 months ago

boxdot commented 2 months ago

This option is disabled by default, but can be enabled by setting the colored_messages config option to true. The coloring is the same as the one used for the author name.

Closes #285