You don’t need to wait. The plugin can do it already. Follow these steps:
- Visit SAC settings > Appearance
- Check the option “Enable custom styles?”
- Add the following CSS to the setting “Custom CSS styles”:
div#sac-output .sac-chat-name,
div#sac-output .sac-chat-name a,
div#sac-output .sac-chat-name a:hover { color: red; }
Then change “red” to whatever color you would like.
It’s not something I can do for you, but it might be possible to write some CSS that targets the different attributes and selectors. If you inspect the code you’ll find all sorts of possible class and id attributes, usernames, date/time, and much more. So plenty of hooks to add whatever custom CSS is necessary.