Update chat history text color.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6646 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-01-10 07:01:09 +00:00
committed by derek
parent 519a1aa467
commit 3473a203cf

View File

@ -323,7 +323,7 @@ public final class Spark {
UIManager.put("Notification.foreground", new Color(0, 128, 0));
UIManager.put("Error.foreground", Color.red);
UIManager.put("Question.foreground", Color.red);
UIManager.put("History.foreground", new Color(0, 57, 109));
UIManager.put("History.foreground", Color.gray);
UIManager.put("SparkTabbedPane.startColor", new Color(236, 236, 236));
UIManager.put("SparkTabbedPane.endColor", new Color(236, 236, 236));