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

Commit c43ccfc4 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'default_accent_color_oreo' into 'v1-oreo'

Change color value for default accent color

See merge request !4
parents a9b61534 e516349f
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) {