| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 71     <!-- First Run Experience Colors --> | 71     <!-- First Run Experience Colors --> | 
| 72     <color name="fre_text_color">#000000</color> | 72     <color name="fre_text_color">#000000</color> | 
| 73     <color name="fre_light_text_color">#494949</color> | 73     <color name="fre_light_text_color">#494949</color> | 
| 74     <color name="fre_title_color">#161616</color> | 74     <color name="fre_title_color">#161616</color> | 
| 75 | 75 | 
| 76     <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> | 76     <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> | 
| 77     <color name="ntp_bg">#fff</color> | 77     <color name="ntp_bg">#fff</color> | 
| 78 | 78 | 
| 79     <!-- Signin promo screen colors --> | 79     <!-- Signin promo screen colors --> | 
| 80     <color name="illustration_background_color">#4FC3F7</color> | 80     <color name="illustration_background_color">#4FC3F7</color> | 
|  | 81 | 
|  | 82     <!-- Contextual Search colors --> | 
|  | 83     <color name="contextual_search_promo_text_color">#343434</color> | 
|  | 84     <color name="contextual_search_promo_background_color">#EEEEEE</color> | 
| 81 </resources> | 85 </resources> | 
| OLD | NEW | 
|---|