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

Commit 06b26afe authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Map some more colors to new palette" into sc-dev

parents 910dbd20 f7d7d27e
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>