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

Commit 0f437820 authored by Mohit Mali's avatar Mohit Mali
Browse files

Change app color based on system accent color

parent bb36df86
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -40,8 +39,8 @@
    <!-- Color of the status bar above the contextual selection bar. -->
    <color name="contextual_selection_bar_status_bar_color">#bababa</color>

    <color name="primary_color_dark">#1c3aa9</color>
    <color name="primary_color">#2a56c6</color>
    <color name="primary_color_dark">@*android:color/accent_device_default</color>
    <color name="primary_color">@*android:color/accent_device_default</color>

    <color name="group_primary_color_dark">#546E7A</color>
    <color name="group_primary_color">#607D8B</color>