Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: chrome/android/java/res/values/colors.xml

Issue 2843973002: Use larger vector graphics for special tiles and fix selection ring. (Closed)
Patch Set: Address feedback from Theresa Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 11 matching lines...) Expand all
22 <color name="google_blue_grey_500">#607D8B</color> 22 <color name="google_blue_grey_500">#607D8B</color>
23 <color name="google_red_700">#c53929</color> 23 <color name="google_red_700">#c53929</color>
24 <color name="google_green_700">#0b8043</color> 24 <color name="google_green_700">#0b8043</color>
25 <color name="google_grey_100">#f5f5f5</color> 25 <color name="google_grey_100">#f5f5f5</color>
26 <color name="google_grey_200">#eeeeee</color> 26 <color name="google_grey_200">#eeeeee</color>
27 <color name="google_grey_300">#e0e0e0</color> 27 <color name="google_grey_300">#e0e0e0</color>
28 <color name="google_grey_400">#bdbdbd</color> 28 <color name="google_grey_400">#bdbdbd</color>
29 <color name="google_grey_500">#9E9E9E</color> 29 <color name="google_grey_500">#9E9E9E</color>
30 <color name="google_grey_600">#757575</color> 30 <color name="google_grey_600">#757575</color>
31 <color name="toolbar_shadow_color">#1d000000</color> 31 <color name="toolbar_shadow_color">#1d000000</color>
32 <color name="white_alpha_40">#64FFFFFF</color>
Theresa 2017/05/04 15:27:13 Is white_alpha_50 close enough (can we avoid addin
32 <color name="white_alpha_50">#80ffffff</color> 33 <color name="white_alpha_50">#80ffffff</color>
33 <color name="white_alpha_70">#B3FFFFFF</color> 34 <color name="white_alpha_70">#B3FFFFFF</color>
34 <color name="toolbar_light_tint">#A3000000</color> 35 <color name="toolbar_light_tint">#A3000000</color>
35 <color name="light_grey">#ccc</color> 36 <color name="light_grey">#ccc</color>
36 <color name="modal_dialog_scrim_color">#7f000000</color> 37 <color name="modal_dialog_scrim_color">#7f000000</color>
37 38
38 <!-- New list of common text colors --> 39 <!-- New list of common text colors -->
40 <color name="black_alpha_20">#33000000</color>
39 <color name="black_alpha_30">#4d000000</color> 41 <color name="black_alpha_30">#4d000000</color>
40 <color name="black_alpha_38">#61000000</color> 42 <color name="black_alpha_38">#61000000</color>
41 <color name="black_alpha_40">#66000000</color> 43 <color name="black_alpha_40">#66000000</color>
42 <color name="black_alpha_54">#8a000000</color> 44 <color name="black_alpha_54">#8a000000</color>
43 <color name="black_alpha_87">#de000000</color> 45 <color name="black_alpha_87">#de000000</color>
44 46
45 <!-- Infobar colors --> 47 <!-- Infobar colors -->
46 <color name="infobar_accent_blue">#4285f4</color> 48 <color name="infobar_accent_blue">#4285f4</color>
47 <color name="infobar_descriptive_text_color">#646464</color> 49 <color name="infobar_descriptive_text_color">#646464</color>
48 50
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 213
212 <!-- Translate Infobar colors --> 214 <!-- Translate Infobar colors -->
213 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> 215 <color name="translate_overflow_menu_divider_color">#e0e0e0</color>
214 216
215 <!-- Other colors --> 217 <!-- Other colors -->
216 <color name="selectable_list_item_highlight_color">#804281f4</color> 218 <color name="selectable_list_item_highlight_color">#804281f4</color>
217 <color name="media_viewer_bg">#000000</color> 219 <color name="media_viewer_bg">#000000</color>
218 <color name="image_viewer_bg">#0e0e0e</color> 220 <color name="image_viewer_bg">#0e0e0e</color>
219 221
220 </resources> 222 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698