You cannot change the color of the background, but you can change the color of the chat lines with this CSS:
.chat_line .message {
color: #fff;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
And there is no way for DeepBot to hide responses from the bot, but you can enable it that any command said by a user doesn't show up in the chat.