| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color> | 99 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color> |
| 100 | 100 |
| 101 <!-- First Run Experience Colors --> | 101 <!-- First Run Experience Colors --> |
| 102 <color name="fre_text_color">#000000</color> | 102 <color name="fre_text_color">#000000</color> |
| 103 <color name="fre_title_color">#161616</color> | 103 <color name="fre_title_color">#161616</color> |
| 104 | 104 |
| 105 <!-- Account Signin Colors --> | 105 <!-- Account Signin Colors --> |
| 106 <!-- As in dimens.xml, signin uses values from the First Run Experience --> | 106 <!-- As in dimens.xml, signin uses values from the First Run Experience --> |
| 107 <color name="signin_head_background">#fff</color> | 107 <color name="signin_head_background">#fff</color> |
| 108 <color name="signin_body_background">#fafafa</color> | 108 <color name="signin_body_background">#fafafa</color> |
| 109 <color name="signin_border_line_color">#000</color> | |
| 110 | 109 |
| 111 <!-- Sad Tab colors --> | 110 <!-- Sad Tab colors --> |
| 112 <color name="sad_tab_header_text_color">#333333</color> | 111 <color name="sad_tab_header_text_color">#333333</color> |
| 113 <color name="sad_tab_body_text_color">#646464</color> | 112 <color name="sad_tab_body_text_color">#646464</color> |
| 114 | 113 |
| 115 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> | 114 <!-- NTP Colors. Used on the bookmarks and recent tabs pages. --> |
| 116 <color name="ntp_bg">#f2f2f2</color> | 115 <color name="ntp_bg">#f2f2f2</color> |
| 117 <color name="ntp_bg_incognito">#222</color> | 116 <color name="ntp_bg_incognito">#222</color> |
| 118 <color name="ntp_search_box_hint">#969696</color> | 117 <color name="ntp_search_box_hint">#969696</color> |
| 119 <color name="ntp_list_item_text">#333</color> | 118 <color name="ntp_list_item_text">#333</color> |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 | 210 |
| 212 <!-- Translate Infobar colors --> | 211 <!-- Translate Infobar colors --> |
| 213 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> | 212 <color name="translate_overflow_menu_divider_color">#e0e0e0</color> |
| 214 | 213 |
| 215 <!-- Other colors --> | 214 <!-- Other colors --> |
| 216 <color name="selectable_list_item_highlight_color">#804281f4</color> | 215 <color name="selectable_list_item_highlight_color">#804281f4</color> |
| 217 <color name="media_viewer_bg">#000000</color> | 216 <color name="media_viewer_bg">#000000</color> |
| 218 <color name="image_viewer_bg">#0e0e0e</color> | 217 <color name="image_viewer_bg">#0e0e0e</color> |
| 219 | 218 |
| 220 </resources> | 219 </resources> |
| OLD | NEW |