You know when someone says your name on Pokemon Online in the newest version, .52, it makes it yellow?? This collides with dark themes and hurts my eyes, and it's not exactly considerate to other people with dark themes. It would generally be a good idea to make this an option you can toggle.
Maybe it should not mark a color itself but just mark it with a class which should be applied from the theme. Something like that.
That's really a "theme bug" since it can be changed in mainchat.css To make it look better, go to Themes, copy mainchat.css from Classic into your theme dir, and modify it: change Code (css): /* your name when mentioned by someone else than you */ .name-hilight { background-color:#FCD116; } to Code (css): /* your name when mentioned by someone else than you */ .name-hilight { background-color:YOURCOLORHERE; } if you want to remove it all together, do: Code (css): /* your name when mentioned by someone else than you */ .name-hilight { }