<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ 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

  NOTE: You might also want to edit: packages/SystemUI/res/values-night/colors.xml
  -->
<resources>

    <color name="notification_primary_text_color_current">@color/notification_primary_text_color_dark</color>
    <color name="notification_secondary_text_color_current">@color/notification_secondary_text_color_dark</color>
    <color name="notification_default_color_current">@color/notification_default_color_dark</color>

    <color name="chooser_row_divider">@color/list_divider_color_dark</color>
    <color name="chooser_gradient_background">@color/loading_gradient_background_color_dark</color>
    <color name="chooser_gradient_highlight">@color/loading_gradient_highlight_color_dark</color>

    <color name="call_notification_decline_color">#E66A5E</color>
    <color name="call_notification_answer_color">#5DBA80</color>

    <color name="personal_apps_suspension_notification_color">#8AB4F8</color>

    <color name="overview_background">@color/overview_background_dark</color>

    <color name="user_icon_4">#fff439a0</color><!-- pink -->
    <color name="user_icon_6">#ff4ecde6</color><!-- cyan -->
    <color name="user_icon_7">#fffbbc04</color><!-- yellow -->
    <color name="user_icon_8">#fffa903e</color><!-- orange -->

    <!-- Lily Language Picker language item view colors -->
    <color name="language_picker_item_text_color">#F1F3F4</color>
    <color name="language_picker_item_text_color_secondary">#BDC1C6</color>
    <color name="language_picker_item_text_color_selected">#202124</color>
    <color name="language_picker_item_text_color_secondary_selected">#202124</color>
    <color name="language_picker_item_selected_indicator">#202124</color>
    <color name="language_picker_item_selected_bg">#92B3F2</color>
    <color name="language_picker_item_selected_stroke">#185ABC</color>

    <!-- Color for various surfaces related to system-wide blur -->
    <color name="surface_effect_0">@color/surface_effect_0_color</color>
    <color name="surface_effect_1">@color/surface_effect_1_color</color>
    <color name="surface_effect_2">@color/surface_effect_2_color</color>
    <color name="surface_effect_3">@color/surface_effect_3_color</color>

    <!-- Color for side fps toast dark theme-->
    <color name="side_fps_toast_background">#2E3132</color>
    <color name="side_fps_text_color">#EFF1F2</color>
    <color name="side_fps_button_color">#33B9DB</color>
</resources>
