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

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

Map some more colors to new palette

Test: atest ConfigTestCase
Bug: 171916625
Bug: 177869357
Change-Id: I8270a8d5ddf638a04c9186cb42791c4a54935ce0
parent e363da12
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@
<!-- Colors specific to DeviceDefault themes. These are mostly pass-throughs to enable
     overlaying new theme colors. -->
<resources>
    <color name="primary_device_default_dark">@color/primary_material_dark</color>
    <color name="primary_device_default_light">@color/primary_material_light</color>
    <color name="primary_device_default_settings">@color/primary_material_settings</color>
    <color name="primary_device_default_settings_light">@color/primary_material_settings_light</color>
    <color name="primary_dark_device_default_dark">@color/primary_dark_material_dark</color>
    <color name="primary_dark_device_default_light">@color/primary_dark_material_light</color>
    <color name="primary_dark_device_default_settings">@color/primary_dark_material_settings</color>
    <color name="primary_dark_device_default_settings_light">@color/primary_dark_material_settings_light</color>
    <color name="primary_device_default_dark">@color/system_main_900</color>
    <color name="primary_device_default_light">@color/system_main_50</color>
    <color name="primary_device_default_settings">@color/system_main_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>
    <color name="primary_dark_device_default_settings">@color/primary_device_default_dark</color>
    <color name="primary_dark_device_default_settings_light">@color/primary_device_default_light</color>

    <color name="navigation_bar_divider_device_default_settings">#1f000000</color>