mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1287, found error when parsing certain color.settings due to whitespaces somewhere
added button to reset all colorsettings to default polish language updates git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12263 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
cfacfaf89c
commit
328ec71c48
@ -447,41 +447,7 @@ public final class Spark {
|
||||
UIManager.put(property, c);
|
||||
}
|
||||
|
||||
|
||||
// UIManager.put("TextField.lightforeground", Color.gray);
|
||||
// UIManager.put("TextField.foreground", Color.BLACK);
|
||||
// UIManager.put("TextField.caretForeground", Color.black);
|
||||
// UIManager.put("List.selectionBackground", new Color(217, 232, 250));
|
||||
// UIManager.put("List.selectionForeground", Color.black);
|
||||
// UIManager.put("List.selectionBorder", new Color(187, 195, 215));
|
||||
// UIManager.put("List.foreground", Color.black);
|
||||
// UIManager.put("List.background", Color.white);
|
||||
// UIManager.put("MenuItem.selectionBackground", new Color(217, 232, 250));
|
||||
// UIManager.put("MenuItem.selectionForeground", Color.black);
|
||||
// UIManager.put("TextPane.foreground", Color.black);
|
||||
// UIManager.put("TextPane.background", new Color(255,255,255,0));
|
||||
// UIManager.put("TextPane.inactiveForeground", Color.white);
|
||||
// UIManager.put("TextPane.caretForeground", Color.black);
|
||||
// UIManager.put("ChatInput.SelectedTextColor", Color.white);
|
||||
// UIManager.put("ChatInput.SelectionColor", Color.blue);
|
||||
// UIManager.put("ContactItemNickname.foreground", Color.black);
|
||||
// UIManager.put("ContactItemDescription.foreground", Color.gray);
|
||||
// UIManager.put("ContactItem.background", new Color(240, 243, 253,0));
|
||||
// UIManager.put("ContactItemOffline.color", Color.gray);
|
||||
// UIManager.put("Table.foreground", Color.black);
|
||||
// UIManager.put("Table.background", Color.white);
|
||||
// // Chat Area Text Settings
|
||||
// UIManager.put("Link.foreground", Color.blue);
|
||||
// UIManager.put("Address.foreground", new Color(212, 160, 0));
|
||||
// UIManager.put("User.foreground", Color.blue);
|
||||
// UIManager.put("OtherUser.foreground", Color.red);
|
||||
// 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", Color.darkGray);
|
||||
// UIManager.put("SparkTabbedPane.startColor", new Color(236, 236, 236));
|
||||
// UIManager.put("SparkTabbedPane.endColor", new Color(236, 236, 236));
|
||||
// UIManager.put("SparkTabbedPane.borderColor", Color.lightGray);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user