blob: cb9e178de24367da4beff1a6c38af44a41fa3509 [file] [log] [blame]
Lucas Dupinf03e7522018-06-25 16:21:13 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2018 The Android Open Source Project
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License
16
17 NOTE: You might also want to edit: core/res/res/values-night/*.xml
18 -->
19<resources>
20 <!-- The color of the material notification background -->
21 <color name="notification_material_background_color">@*android:color/notification_material_background_color</color>
22
23 <!-- The color of the legacy notifications with customs backgrounds (gingerbread and lollipop.)
24 It's fine to override this color since at that point the shade was dark. -->
25 <color name="notification_legacy_background_color">@*android:color/notification_material_background_color</color>
26
27 <!-- The color of the material notification background when dimmed -->
Lucas Dupind26facc2018-09-10 18:07:30 -070028 <color name="notification_material_background_dimmed_color">#aa000000</color>
Lucas Dupinf03e7522018-06-25 16:21:13 -070029
30 <!-- The color of the dividing line between grouped notifications while . -->
Lucas Dupind26facc2018-09-10 18:07:30 -070031 <color name="notification_divider_color">#212121</color>
Lucas Dupinf03e7522018-06-25 16:21:13 -070032
33 <!-- The background color of the notification shade -->
Felka Chang97bc8d52019-05-29 02:51:15 +080034 <color name="notification_shade_background_color">@color/GM2_grey_900</color>
35
36 <!-- The color of the gear shown behind a notification -->
37 <color name="notification_gear_color">@color/GM2_grey_500</color>
Lucas Dupinf03e7522018-06-25 16:21:13 -070038
39 <!-- The color of the ripples on the untinted notifications -->
40 <color name="notification_ripple_untinted_color">#30ffffff</color>
41
Lucas Dupinf03e7522018-06-25 16:21:13 -070042 <!-- The color of the text inside a notification -->
43 <color name="notification_primary_text_color">@*android:color/notification_primary_text_color_dark</color>
Fabian Kozynskif80234c2019-02-12 13:54:16 -050044
Julia Reynolds3fd1b492019-05-02 17:20:25 -040045 <color name="notification_guts_link_icon_tint">@color/GM2_grey_500</color>
Julia Reynolds2a9c3852019-05-31 14:54:22 -040046 <color name="notification_guts_sub_text_color">@color/GM2_grey_300</color>
Julia Reynolds3fd1b492019-05-02 17:20:25 -040047 <color name="notification_guts_header_text_color">@color/GM2_grey_200</color>
Ned Burns369f1472019-05-22 21:07:26 -040048 <color name="notification_guts_priority_button_content_color">@color/GM2_grey_500</color>
Ned Burns369f1472019-05-22 21:07:26 -040049 <color name="notification_guts_priority_button_bg_fill_color">@color/transparent</color>
50 <color name="notification_guts_priority_button_bg_fill_color_selected">@color/GM2_grey_800</color>
51 <color name="notification_guts_priority_button_bg_stroke_color">@color/GM2_grey_700</color>
Ned Burns9eb06332019-04-23 16:02:12 -040052 <color name="notification_section_header_label_color">@color/GM2_grey_200</color>
Ned Burns8e426672019-05-20 18:02:19 -040053 <color name="notification_section_clear_all_btn_color">@color/GM2_grey_500</color>
Evan Laird47dc4542019-04-24 15:10:52 -040054 <color name="notification_channel_dialog_separator">@color/GM2_grey_700</color>
Ned Burns9eb06332019-04-23 16:02:12 -040055
Fabian Kozynskif80234c2019-02-12 13:54:16 -050056 <!-- The color of the background in the top part of QSCustomizer -->
57 <color name="qs_customize_background">@color/GM2_grey_900</color>
58
59 <!-- The color of the background in the bottom part of QSCustomizer -->
60 <color name="qs_customize_decoration">@color/GM2_grey_800</color>
Aaron Heuckrothc8343402019-03-13 16:27:15 -040061
62 <!-- The color of the background in the separated list of the Global Actions menu -->
63 <color name="global_actions_separated_background">@color/GM2_grey_900</color>
64
65 <!-- The color of the background in the grid of the Global Actions menu -->
66 <color name="global_actions_grid_background">@color/GM2_grey_800</color>
67
68 <!-- The color of the text in the Global Actions menu -->
69 <color name="global_actions_text">@color/GM2_grey_200</color>
70
71 <!-- The color of the text in the Global Actions menu -->
72 <color name="global_actions_alert_text">@color/GM2_red_300</color>
Kevin Chyn7d1e9322019-05-07 17:40:53 -070073
Miranda Kephart0148b282019-10-31 15:36:21 -040074 <!-- Global screenshot actions -->
Miranda Kephart9ddbe132020-04-20 12:43:16 -040075 <color name="global_screenshot_button_background">@color/GM2_grey_800</color>
Miranda Kephart0148b282019-10-31 15:36:21 -040076 <color name="global_screenshot_button_ripple">#42FFFFFF</color>
Miranda Kephart9ddbe132020-04-20 12:43:16 -040077 <color name="global_screenshot_button_text">#FFFFFF</color>
78 <color name="global_screenshot_button_border">@color/GM2_grey_600</color>
79 <color name="global_screenshot_button_icon">@color/GM2_blue_300</color>
80 <color name="global_screenshot_dismiss_background">@color/GM2_grey_800</color>
81 <color name="global_screenshot_dismiss_foreground">#FFFFFF</color>
Miranda Kephart2320e502020-04-30 20:47:47 -040082 <color name="global_screenshot_background_protection_start">#80000000</color> <!-- 50% black -->
Miranda Kephart9ddbe132020-04-20 12:43:16 -040083
Fabian Kozynski42c541e2020-06-22 11:50:11 -040084 <!-- Media -->
85 <color name="media_divider">#85ffffff</color>
Miranda Kephart0148b282019-10-31 15:36:21 -040086
Kevin Chyn7d1e9322019-05-07 17:40:53 -070087 <!-- Biometric dialog colors -->
88 <color name="biometric_dialog_gray">#ff888888</color>
89 <color name="biometric_dialog_accent">#ff80cbc4</color> <!-- light teal -->
90 <color name="biometric_dialog_error">#fff28b82</color> <!-- red 300 -->
91
Fabian Kozynski67ffcf82019-09-05 16:32:12 -040092 <color name="GM2_green_500">#FF41Af6A</color>
93 <color name="GM2_blue_500">#5195EA</color>
94 <color name="GM2_red_500">#E25142</color>
95 <color name="GM2_yellow_500">#F5C518</color>
96
Andras Kloczl42c9f512020-03-24 10:39:18 +000097 <!-- Icon color for user avatars in keyguard user switcher -->
98 <color name="kg_user_switcher_avatar_icon_color">@android:color/background_light</color>
99 <!-- Icon color for selected user avatars in keyguard user switcher -->
100 <color name="kg_user_switcher_selected_avatar_icon_color">#202124</color>
101 <!-- Icon color for user avatars in quick settings user switcher -->
102 <color name="qs_user_switcher_avatar_icon_color">@android:color/background_light</color>
103 <!-- Icon color for selected user avatars in quick settings user switcher -->
104 <color name="qs_user_switcher_selected_avatar_icon_color">#202124</color>
105 <!-- Color of background circle of user avatars in quick settings user switcher -->
106 <color name="qs_user_switcher_avatar_background">#3C4043</color>
107
Evan Laird47dc4542019-04-24 15:10:52 -0400108</resources>