私はこのようなコードを持っています
$output.='<li class="'.$rcclass.'">' .
/* translators: comments widget: 1: comment author, 2: post link */
sprintf(_x('%1$s on %2$s', 'widgets'), get_comment_author_link(), '<a href="' . esc_url( get_comment_link($comment->comment_ID) ) . '">' . get_the_title($comment->comment_post_ID) . '</a>') .
'</li>';
%1$s を %2$s とは異なる色にしたいです。ここでどうやってそれをしたのですか。ありがとう