Okay, so before when I had this discussion, we covered that the CSS below will change colors. After messing with it, realized it only changes the message color. Is it possible to customize the name colors that display? Currently its Green/White, which is okay, but if I could get away from the green that would be lovely. Kind of guessing this isn't possible currently, but figured I'd ask first. TY!
.chat_line .message {
color: #FFF;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}