summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
blob: 4a72610040cebc24406ce9afaf84d4c6cd8f0acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2011 Google Inc.
     Licensed to 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>
    <color name="gray_text_color">#777777</color>
    <color name="dark_gray_text_color">#58585b</color>
    <color name="light_gray">#cccccc</color>
    <!-- if you want to make something blue, please try to use THIS blue -->
    <color name="mail_app_blue">@android:color/holo_blue_light</color>
    <!-- Conversation List Item Colors -->
    <color name="default_text_color">#ff000000</color>
    <color name="subject_text_color_unread">@color/dark_gray_text_color</color>
    <color name="snippet_text_color_unread">#777777</color>
    <color name="senders_text_color_unread">@color/dark_gray_text_color</color>
    <color name="subject_text_color_read">@color/subject_text_color_unread</color>
    <color name="snippet_text_color_read">@color/snippet_text_color_unread</color>
    <color name="senders_text_color_read">@color/senders_text_color_unread</color>
    <color name="date_text_color">@color/dark_gray_text_color</color>
    <color name="message_info_text_color">@color/gray_text_color</color>
    <color name="subject_text_color">#333333</color>
    <!--todo:markwei get overflow badge and count color from channah-->
    <color name="ap_overflow_badge_color">#aaeeeeee</color>
    <color name="ap_overflow_text_color">@android:color/tertiary_text_light</color>
    <!-- a 'checked' item is in the conversation selection set. also the 'pressed' color. -->
    <!-- this is holo_blue_light @ 20% opacity -->
    <color name="checked_item_background_color">#cfe9f3</color>
    <!-- the 'activated' item is the visible conversation on tablet, with caret -->
    <!-- this is holo_blue_light @ 45% opacity -->
    <color name="activated_item_background_color">#9ed8ee</color>

    <color name="drafts">#ff990000</color>
    <color name="light_text_color">#ff666666</color>
    <color name="folder_list_background_color">#ffdddddd</color>
    <color name="attachment_bg_color">#ffdddddd</color>
    <color name="swiped_bg_color">#ff999999</color>
    <color name="holo_light_background_color">#ffe8e8e8</color>
    <!-- Keep the following two colors in sync with LabelColorUtils.DEFAULT_COLORS (UnifiedGmail) -->
    <color name="default_folder_background_color">#dddddd</color>
    <color name="default_folder_foreground_color">@color/gray_text_color</color>

    <!-- Folder List/Drawer colors -->
    <color name="account_item_selected_text_color">@color/mail_app_blue</color>
    <color name="folder_list_divider_color">@color/gray_text_color</color>
    <color name="folder_list_heading_text_color">@color/dark_gray_text_color</color>
    <color name="list_background_color">#eeeeee</color>
    <color name="unread_count_color">#aaaaaa</color>

    <!-- Compose colors -->
    <color name="compose_label_text">#aaaaaa</color>
    <color name="quoted_text_color">@color/gray_text_color</color>
    <string name="quoted_text_background_color_string" translatable="false">@android:color/white</string>
    <!-- Must match the quoted_text_background_color_string -->
    <color name="compose_background_color">@android:color/white</color>
    <string name="quoted_text_font_color_string" translatable="false">@color/gray_text_color</string>
    <color name="compose_attachment_title_background_color">#CCCCCC</color>
    <color name="quotedTextColor">@color/gray_text_color</color>

    <color name="conv_header_add_label_text">@android:color/black</color>
    <color name="conv_header_add_label_background">#eeeeee</color>

    <!-- Conversation message header colors -->
    <color name="conv_subject_border">#c0c0c0</color>
    <color name="conv_header_text_light">@color/gray_text_color</color>
    <color name="conv_header_text_dark">@color/dark_gray_text_color</color>
    <color name="message_header_text_light">#a6a8ab</color>


    <color name="position_bar_background">@color/gray_text_color</color>

    <!-- Folder colors -->
    <color name="folder_disabled_drop_target_text_color">#999999</color>

    <!--  Color of the semi-transparent shadow box on attachment tiles -->
    <color name="attachment_tile_shadow_box_color">#7F000000</color>
    <!--  Color of the subtitle message in the attachment tile -->
    <color name="attachment_tile_subtitle_color">#999999</color>
    <color name="attachment_image_background_color">#E5E5E5</color>

    <!-- Color of the parent folders and dividers for hierarchical folder descriptions in the move to folder -->
    <color name="hierarchical_folder_parent_color">@color/gray_text_color</color>

    <color name="high_spam_color">#CC0000</color>
    <color name="leaveBehindBackground">#5a595a</color>
    <color name="animating_item_background_color">#7F0099cc</color>

    <color name="notification_template_icon_low_bg">#0cffffff</color>

    <!-- Make sure to also update LetterTileProvider#NUM_OF_TILE_COLORS when adding or removing colors -->
    <array name="letter_tile_colors">
        <item>#f16364</item>
        <item>#f58559</item>
        <item>#f9a43e</item>
        <item>#e4c62e</item>
        <item>#67bf74</item>
        <item>#59a2be</item>
        <item>#2093cd</item>
        <item>#ad62a7</item>
    </array>
    <color name="letter_tile_default_color">#d66161</color>

    <color name="letter_tile_font_color">#ffffff</color>

    <color name="tile_divider_color">#ffffff</color>

    <!-- Teaser colors -->

    <!-- The color of the section name text in the teaser -->
    <color name="teaser_main_text">#58585b</color>

    <!-- swipe to refresh text color, this matches the color in
        progressbar_solid_holo.png -->
    <color name="swipe_to_refresh_text_color">#0099cc</color>

    <!-- The color of the collapsed message header -->
    <color name="collapsed_message_header_background_color">#eeeded</color>
    <!-- The color of the expanded message header -->
    <color name="expanded_message_header_background_color">@android:color/white</color>
</resources>