aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/notifications/NotificationsConstants.java
blob: be3e7c176f46a8f9dc34e9694667e189fbd813f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.wordpress.android.ui.notifications;


import android.graphics.Color;

public class NotificationsConstants {
    // These colors are used in NoteBlockClickableSpan.
    // If those colors are updated there, they should be updated here as well
    public static final int COLOR_CALYPSO_BLUE_BORDER   = Color.parseColor("#d2dee6");
    public static int COLOR_CALYPSO_DARK_BLUE           = Color.parseColor("#324155");
    public static final int COLOR_NEW_KID_BLUE          = Color.parseColor("#2EA2CC");
    public static final int COLOR_CALYPSO_BLUE          = Color.parseColor("#90aec2");
    public static final int COLOR_CALYPSO_WHITE         = Color.parseColor("#FFFFFF");
}