mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Applied updates from WinSrev (thanks!) for:
[JM-991] Group chat highlighting for your name mentioned, and your own messages. [JM-997] Fixed error when no username is specified during gateway registration. [JM-993] Mild color adjustments to default theme. [JM-278] Fixes for URL parsing, including better treatment of network addresses. git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@10337 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
dhenninger
parent
86bb19e941
commit
947901be94
@ -338,7 +338,7 @@ public final class Spark {
|
||||
UIManager.put("ChatInput.SelectionColor", new Color(209, 223, 242));
|
||||
UIManager.put("ContactItemNickname.foreground", Color.black);
|
||||
UIManager.put("ContactItemDescription.foreground", Color.gray);
|
||||
UIManager.put("ContactItem.background", Color.white);
|
||||
UIManager.put("ContactItem.background", new Color(181, 196, 255));
|
||||
UIManager.put("ContactItem.border", BorderFactory.createLineBorder(Color.white));
|
||||
UIManager.put("ContactItemOffline.color", Color.gray);
|
||||
UIManager.put("Table.foreground", Color.black);
|
||||
@ -348,6 +348,7 @@ public final class Spark {
|
||||
|
||||
// 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));
|
||||
|
||||
Reference in New Issue
Block a user