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

Unverified Commit 7bb97ffa authored by Michael Biebl's avatar Michael Biebl Committed by GitHub
Browse files

Remove unused colors (#110)

They are a left over from
commit 12802f86 and the incomplete
removal in commit 054f1ece
parent fbb7c6d1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -35,11 +35,6 @@
    <color name="backgroundColor">@color/grey200</color>
    <color name="errorColor">@color/red700</color>

    <color name="badge_coffee">#352B1B</color>
    <color name="badge_life_buoy">#FF6A00</color>
    <color name="badge_medal">#FFC200</color>
    <color name="badge_sailboat">#083d77</color>

    <!-- app theme -->

    <style name="AppTheme.Base" parent="Theme.MaterialComponents.DayNight"/>