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

Commit e228edfd authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Update background colors of apps

Bug: 185526239
Test: visual
Change-Id: I22eb89347afcfa09aa5827b82fd57739084d79b4
parent 514f8b70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
<!-- Colors specific to DeviceDefault themes. These are mostly pass-throughs to enable
     overlaying new theme colors. -->
<resources>
    <color name="primary_device_default_dark">@color/system_neutral1_800</color>
    <color name="primary_device_default_dark">@color/system_neutral1_900</color>
    <color name="primary_device_default_light">@color/system_neutral1_50</color>
    <color name="primary_device_default_settings">@color/system_neutral1_800</color>
    <color name="primary_device_default_settings">@color/system_neutral1_900</color>
    <color name="primary_device_default_settings_light">@color/primary_device_default_light</color>
    <color name="primary_dark_device_default_dark">@color/primary_device_default_dark</color>
    <color name="primary_dark_device_default_light">@color/primary_device_default_light</color>