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

Commit 17b92645 authored by Timi Rautamäki's avatar Timi Rautamäki
Browse files

Dialer: update dark theme colors

The dark theme colors exist in
java/com/android/dialer/theme/hidden/res/values/colors_dialer_light.xml
that would be used with AOSPThemeModule. As the app uses framework
dark theme instead of the module, copy the dark theme colors to
values-night.

Change-Id: I02a36b01ba581e62556ce6e0151ff0a35209467a
parent fa8c2a47
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
<!--
  ~ Copyright (C) 2018 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.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->
<resources>
  <!-- Essential theme colors -->
  <color name="dialer_theme_color">#5195EA</color>
  <color name="dialer_theme_color_20pct">#335195EA</color>
  <color name="dialer_theme_color_dark">#2374CE</color>
  <color name="dialer_secondary_color">#5195EA</color>
</resources>