Default Appearance/Colors cannot be overwritten through plugin;Group-Chat colors are hard-coded
Description
Environment
None
Activity
Show:

Walter Ebeling February 24, 2013 at 9:29 AM
Mass closing of resolved issues

Mircea Carasel August 17, 2011 at 8:55 AM
commited: r12577 = 18e2b12604f5f7dc1bd716ce412e6c18596fb8bb
Description:
move color defaults loading after all plugins are loaded
use ChatManager.TO_COLOR, ChatManager.FROM_COLOR instead of Color.blue or Color.red
use transparent color for text background (new Color(0,0,0,0) instead of Color.white)
Default values for Preferences/Appearance/Colors cannot be overwritten through plugin
Also, Group-Chat is using hard-coded colors for To/From Nickname instead of using the defaults from Colors tab
Also, Group-Chat Windows is using Colors.White for messages background instead of using Transparent (like Chat Window)