aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/values/colors.xml
blob: e1d10b54d85c06d3a8324200a013be169d28f85c (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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- material colors -->
    <!--
        colorPrimary            app branding color for the app bar
        colorPrimaryDark        status bar and contextual app bars
        colorControlNormal      (unused here) controls in their normal state (spinner arrow, scrollbars, unchecked checkboxes)
        colorControlActivated   controls in their activated/checked state (search highlight, checked checkboxes)
        colorControlHighlight   control highlights (ripples, list selectors)
    -->
    <color name="color_primary">@color/blue_wordpress</color>
    <color name="color_primary_dark">@color/status_bar_tint</color>
    <color name="color_accent">@color/orange_jazzy</color>
    <color name="color_control_activated">@color/blue_light</color>
    <color name="color_control_highlight">@color/grey_lighten_20</color>

    <color name="fab_normal">@color/color_accent</color>
    <color name="fab_pressed">@color/orange_fire</color>
    <color name="list_selected">@color/semi_transparent_blue_light</color>

    <!-- Default Colors -->
    <color name="translucent">#80000000</color>
    <color name="transparent">#00000000</color>
    <color name="light_gray">@color/grey_lighten_30</color>
    <color name="gray">@color/grey_lighten_20</color>
    <color name="white">#FFFFFF</color>
    <!-- note that black should NOT be used for text - use grey_dark instead -->
    <color name="black">#000000</color>
    <color name="default_background">@color/grey_lighten_30</color>

    <!-- ==================================== -->
    <!-- WordPress.com Colors                 -->
    <!-- wordpress.com/design-handbook/colors -->
    <!-- Blues -->
    <color name="blue_wordpress">#0087be</color>
    <color name="blue_light">#78dcfa</color>
    <color name="blue_medium">#00aadc</color>
    <color name="blue_dark">#005082</color>

    <!-- Primary Greys -->
    <color name="grey">#87a6bc</color>
    <color name="grey_light">#f3f6f8</color>
    <color name="grey_dark">#2e4453</color>
    <color name="grey_disabled">@color/grey_darken_10</color>

    <!-- Secondary Greys -->
    <color name="grey_lighten_30">#e9eff3</color>
    <color name="grey_lighten_20">#c8d7e1</color>
    <color name="grey_lighten_10">#a8bece</color>
    <color name="grey_darken_10">#668eaa</color>
    <color name="grey_darken_20">#4f748e</color>
    <color name="grey_darken_30">#3d596d</color>

    <!-- Oranges -->
    <color name="orange_jazzy">#f0821e</color>
    <color name="orange_fire">#d54e21</color>

    <!-- Alerts -->
    <color name="alert_yellow">#f0b849</color>
    <color name="alert_red">#d94f4f</color>
    <color name="alert_green">#4ab866</color>

    <!-- Translucent -->
    <color name="semi_transparent_grey_dark">#B32e4453</color>
    <color name="semi_transparent_blue_light">#cc78dcfa</color>
    <color name="translucent_grey_dark">#802e4453</color>
    <color name="translucent_grey_lighten_10">#80a8bece</color>
    <color name="translucent_grey_lighten_20">#80c8d7e1</color>
    <color name="translucent_grey_lighten_30">#80e9eff3</color>
    <color name="translucent_grey">#80888888</color>

    <!-- END WordPress.com Colors -->
    <!-- ======================== -->

    <!-- App specific colors -->
    <!-- We could use blue_dark for the status bar color, but to adhere to the material design spec very closely,
      we're using a shade of blue_wordpress -->
    <color name="status_bar_tint">#006b98</color>
    <color name="action_mode_status_bar_tint">#ff517188</color>

    <!-- Media Gallery -->
    <color name="media_gallery_grid_label_bg">@color/semi_transparent_grey_dark</color>
    <color name="media_gallery_grid_label">@color/white</color>
    <color name="media_gallery_bg">@color/grey_darken_30</color>
    <color name="media_gallery_option_selected">@color/grey_dark</color>
    <color name="media_gallery_option_default">@color/grey_lighten_30</color>

    <!-- Theme Details -->
    <color name="theme_details_name">@color/grey_dark</color>
    <color name="theme_details_button">@color/white</color>
    <color name="theme_details_premium">@color/orange_jazzy</color>
    <color name="theme_feature_text">@color/grey_dark</color>

    <!-- Tab Strip -->
    <color name="tab_background">@color/color_primary</color>
    <color name="tab_text_normal">@color/blue_light</color>
    <color name="tab_text_selected">@color/white</color>
    <color name="tab_indicator">@color/white</color>

    <!-- Stats -->
    <color name="stats_text_color">@color/grey_dark</color>
    <color name="stats_link_text_color">@color/blue_wordpress</color>
    <color name="stats_module_content_list_header">@color/grey</color>
    <color name="stats_blue_labels">@color/grey_darken_20</color>
    <color name="stats_bar_graph_main_series">@color/blue_wordpress</color>
    <color name="stats_bar_graph_main_series_highlight">@color/orange_jazzy</color>
    <color name="stats_bar_graph_outer_highlight">#1Af0821e</color> <!-- 10% Opacity on orange_jazzy #f0821e -->
    <color name="stats_bar_graph_secondary_series">@color/blue_dark</color>
    <color name="stats_empty_placeholder_color">@color/translucent_grey_lighten_30</color>

    <!-- Reader  -->
    <color name="reader_divider_grey">@color/grey_lighten_30</color>
    <color name="reader_follow">@color/grey_dark</color>
    <color name="reader_following">@color/alert_green</color>
    <color name="reader_hyperlink">@color/blue_medium</color>
    <color name="filtered_list_suggestions">#f8f8f8</color>

    <!-- Comment Status -->
    <color name="comment_status_unapproved">@color/orange_jazzy</color>
    <color name="comment_status_spam">@color/alert_red</color>

    <!-- Notification Status -->
    <color name="notification_status_unapproved">@color/alert_yellow</color>
    <color name="notification_status_unapproved_dark">#eeac31</color>
    <color name="notification_status_unapproved_background">#fef8ee</color>

    <!-- NUX -->
    <color name="nux_grey_button">@color/grey_lighten_20</color>
    <color name="nux_alert_bg">@color/grey_dark</color>
    <color name="nux_background">@color/blue_wordpress</color>
    <color name="nux_eye_icon_color_closed">@color/grey_lighten_20</color>
    <color name="nux_eye_icon_color_open">@color/grey_lighten_10</color>

    <!-- Editor -->
    <color name="image_options_label">@color/grey_lighten_20</color>
    <!-- copied from private support lib resource: color/design_snackbar_background_color -->
    <color name="snackbar_background_color">#323232</color>

    <!-- Misc -->
    <color name="pressed_wordpress">@color/semi_transparent_blue_light</color>
    <color name="background_grey">@color/grey_lighten_30</color>
    <color name="translucent_white">#A6FFFFFF</color>

    <!--Me-->
    <color name="me_divider">#D8E3EA</color>

    <color name="passcodelock_background">@color/color_primary</color>
    <color name="passcodelock_prompt_text_color">@color/white</color>
    <color name="passcodelock_button_text_color">@color/white</color>

    <!-- Notifications -->
    <color name="notifications_settings_divider_color">#d0d5d9</color>

    <!-- Site Settings -->
    <color name="site_settings_pref_divider_color">#dce1e6</color>

    <!-- Themes -->
    <color name="theme_price">#4FB769</color>
    <color name="theme_active">#A9E9FC</color>

    <!-- dividers -->
    <!-- TODO: consolidate divider colors -->
    <color name="divider_grey">#D8E3EA</color>

</resources>