diff options
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r-- | res/values/colors.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index c58dffc..30516a1 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -47,27 +47,27 @@ <color name="lock_pattern_view_success_color">#ff009688</color> <color name="lock_pattern_view_error_color">#fff4511e</color> - <color name="quantum_blue_grey_50">#ffeceff1</color> - <color name="quantum_blue_grey_100">#ffcfd8dc</color> - <color name="quantum_blue_grey_300">#ff90a4ae</color> - <color name="quantum_blue_grey_500">#ff607d8b</color> - <color name="quantum_blue_grey_700">#ff455a64</color> + <color name="material_blue_grey_50">#ffeceff1</color> + <color name="material_blue_grey_100">#ffcfd8dc</color> + <color name="material_blue_grey_300">#ff90a4ae</color> + <color name="material_blue_grey_500">#ff607d8b</color> + <color name="material_blue_grey_700">#ff455a64</color> - <color name="quantum_orange_100">#ffffe0b2</color> - <color name="quantum_orange_300">#ffffb74d</color> - <color name="quantum_orange_500">#ffff9800</color> - <color name="quantum_orange_700">#fff57c00</color> - <color name="quantum_orange_A200">#ffffab40</color> - <color name="quantum_orange_A400">#ffff9100</color> + <color name="material_orange_100">#ffffe0b2</color> + <color name="material_orange_300">#ffffb74d</color> + <color name="material_orange_500">#ffff9800</color> + <color name="material_orange_700">#fff57c00</color> + <color name="material_orange_A200">#ffffab40</color> + <color name="material_orange_A400">#ffff9100</color> - <color name="quantum_accent_color_light">#FF009688</color> - <color name="quantum_accent_color_dark">#FF80CBC4</color> - <color name="quantum_empty_color_light">#FFCED7DB</color> + <color name="material_accent_color_light">#FF009688</color> + <color name="material_accent_color_dark">#FF80CBC4</color> + <color name="material_empty_color_light">#FFCED7DB</color> <!-- Palette colors referenced by top-level themes and manually copied into base theme. --> <color name="theme_primary">#ff263238</color> <color name="theme_primary_dark">@color/theme_primary</color> - <color name="theme_accent">@color/quantum_accent_color_light</color> + <color name="theme_accent">@color/material_accent_color_light</color> <color name="dashboard_background_color">#ffe1e1e0</color> <color name="switchbar_background_color">#ff384248</color> |