Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 5 | 5 |
| 6 <resources> | 6 <resources> |
| 7 <!-- Common colors --> | 7 <!-- Common colors --> |
| 8 <color name="default_text_color">#333</color> | 8 <color name="default_text_color">#333</color> |
| 9 <color name="default_primary_color">#f2f2f2</color> | 9 <color name="default_primary_color">#f2f2f2</color> |
| 10 <color name="light_normal_color">#5A5A5A</color> | 10 <color name="light_normal_color">#5A5A5A</color> |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 28 <color name="google_grey_500">#9E9E9E</color> | 28 <color name="google_grey_500">#9E9E9E</color> |
| 29 <color name="google_grey_600">#757575</color> | 29 <color name="google_grey_600">#757575</color> |
| 30 <color name="toolbar_shadow_color">#1d000000</color> | 30 <color name="toolbar_shadow_color">#1d000000</color> |
| 31 <color name="white_alpha_50">#80ffffff</color> | 31 <color name="white_alpha_50">#80ffffff</color> |
| 32 <color name="black_alpha_30">#4d000000</color> | 32 <color name="black_alpha_30">#4d000000</color> |
| 33 <color name="black_alpha_40">#66000000</color> | 33 <color name="black_alpha_40">#66000000</color> |
| 34 <color name="toolbar_light_tint">#A3000000</color> | 34 <color name="toolbar_light_tint">#A3000000</color> |
| 35 <color name="light_grey">#ccc</color> | 35 <color name="light_grey">#ccc</color> |
| 36 <color name="modal_dialog_scrim_color">#7f000000</color> | 36 <color name="modal_dialog_scrim_color">#7f000000</color> |
| 37 | 37 |
| 38 <!-- New list of common text colors --> | |
| 39 <color name="black_87">#de000000</color> | |
| 40 <color name="black_54">#8a000000</color> | |
| 41 <color name="black_38">#61000000</color> | |
|
Theresa
2017/04/24 20:48:17
We have similarly named colors above, e.g. black_a
shaktisahu
2017/04/24 22:07:09
Done.
| |
| 42 | |
| 38 <!-- Infobar colors --> | 43 <!-- Infobar colors --> |
| 39 <color name="infobar_accent_blue">#4285f4</color> | 44 <color name="infobar_accent_blue">#4285f4</color> |
| 40 <color name="infobar_descriptive_text_color">#646464</color> | 45 <color name="infobar_descriptive_text_color">#646464</color> |
| 41 | 46 |
| 42 <!-- Snackbar colors --> | 47 <!-- Snackbar colors --> |
| 43 <color name="snackbar_background_color">#282C32</color> | 48 <color name="snackbar_background_color">#282C32</color> |
| 44 | 49 |
| 45 <!-- Tab Switcher Colors --> | 50 <!-- Tab Switcher Colors --> |
| 46 <color name="tab_switcher_background">#14181C</color> | 51 <color name="tab_switcher_background">#14181C</color> |
| 47 <color name="accessibility_tab_switcher_list_item">#252525</color> | 52 <color name="accessibility_tab_switcher_list_item">#252525</color> |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 167 <color name="resizing_background_color">#000000</color> | 172 <color name="resizing_background_color">#000000</color> |
| 168 | 173 |
| 169 <!-- WebappActivity colors --> | 174 <!-- WebappActivity colors --> |
| 170 <color name="webapp_default_bg">#fafafa</color> | 175 <color name="webapp_default_bg">#fafafa</color> |
| 171 <color name="webapp_splash_title_light">#ffffff</color> | 176 <color name="webapp_splash_title_light">#ffffff</color> |
| 172 <color name="webapp_url_bar_bg">#fafafa</color> | 177 <color name="webapp_url_bar_bg">#fafafa</color> |
| 173 <color name="webapp_url_bar_separator">#e1e1e1</color> | 178 <color name="webapp_url_bar_separator">#e1e1e1</color> |
| 174 | 179 |
| 175 <!-- Colors common to secondary activities like the BookmarkActivity and the DownloadManagerUi --> | 180 <!-- Colors common to secondary activities like the BookmarkActivity and the DownloadManagerUi --> |
| 176 <color name="appbar_background">@color/default_primary_color</color> | 181 <color name="appbar_background">@color/default_primary_color</color> |
| 182 <color name="space_display_text">#424242</color> | |
| 183 <color name="black_24">#3c000000</color> | |
|
Theresa
2017/04/24 20:48:17
#424242 isn't a valid text style. Let's try 87% bl
shaktisahu
2017/04/24 22:07:09
Done.
Changed #424242 to 87% black.
For the prog
Theresa
2017/04/24 22:45:16
30% black isn't a valid text color either. We shou
| |
| 177 | 184 |
| 178 <!-- Bookmark UI colors --> | 185 <!-- Bookmark UI colors --> |
| 179 <color name="bookmark_detail_text">#212121</color> | 186 <color name="bookmark_detail_text">#212121</color> |
| 180 <color name="bookmark_detail_section">#7C7B79</color> | 187 <color name="bookmark_detail_section">#7C7B79</color> |
| 181 <color name="bookmark_drawer_selected_background_color">#F0F0F0</color> | 188 <color name="bookmark_drawer_selected_background_color">#F0F0F0</color> |
| 182 | 189 |
| 183 <!-- Favicon colors --> | 190 <!-- Favicon colors --> |
| 184 <color name="default_favicon_background_color">#ff787878</color> | 191 <color name="default_favicon_background_color">#ff787878</color> |
| 185 | 192 |
| 186 <!-- Photo Picker colors --> | 193 <!-- Photo Picker colors --> |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 208 | 215 |
| 209 <!-- Translate Infobar colors --> | 216 <!-- Translate Infobar colors --> |
| 210 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 217 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
| 211 | 218 |
| 212 <!-- Other colors --> | 219 <!-- Other colors --> |
| 213 <color name="selectable_list_item_highlight_color">#804281f4</color> | 220 <color name="selectable_list_item_highlight_color">#804281f4</color> |
| 214 <color name="media_viewer_bg">#000000</color> | 221 <color name="media_viewer_bg">#000000</color> |
| 215 <color name="image_viewer_bg">#0e0e0e</color> | 222 <color name="image_viewer_bg">#0e0e0e</color> |
| 216 | 223 |
| 217 </resources> | 224 </resources> |
| OLD | NEW |