Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e516349f authored by Amit Kumar's avatar Amit Kumar
Browse files

Change color value for default accent color

Change-Id: Ic8068c0d0c4992458d6ab5debb13224184b06053
parent a9b61534
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public final class AccentUtils {
    @NonNull
    private static Accent getDefaultAccent(Context context) {
        return new Accent(context.getString(R.string.style_accent_default_name),
                StyleInterface.ACCENT_DEFAULT, Color.parseColor("#167C80"), StyleStatus.DYNAMIC);
                StyleInterface.ACCENT_DEFAULT, Color.parseColor("#077fff"), StyleStatus.DYNAMIC);
    }

    public static boolean isCompatible(StyleStatus currentStatus, Accent accent) {