mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user