Skip to content

Commit eb36362

Browse files
mhokansontonygermano
authored andcommitted
Update default color for Administrator
Update the default color for the Administrator window to further differentiate OIE from Mirth Connect. The color was selected from the current OIE logo and is a slightly darker shade of blue than the previous color. Issue: #177 Signed-off-by: mhokanson <mhokanson@gmail.com>
1 parent 3471250 commit eb36362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/com/mirth/connect/model/ServerSettings.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@XStreamAlias("serverSettings")
3131
public class ServerSettings extends AbstractSettings implements Serializable, Auditable, Purgable {
3232

33-
public static final Color DEFAULT_COLOR = new Color(0x9EB1C9);
33+
public static final Color DEFAULT_COLOR = new Color(0x2A75B2);
3434
public static final String DEFAULT_LOGIN_NOTIFICATION_ENABLED_VALUE = "0";
3535
public static final String DEFAULT_LOGIN_NOTIFICATION_MESSAGE_VALUE = "";
3636
public static final String DEFAULT_ADMINISTRATOR_AUTO_LOGOUT_INTERVAL_ENABLED_VALUE = "0";
@@ -327,3 +327,4 @@ public Map<String, Object> getPurgedProperties() {
327327
return purgedProperties;
328328
}
329329
}
330+

0 commit comments

Comments
 (0)