| OLD | NEW | 
|    1 <?xml version="1.0" encoding="utf-8"?> |    1 <?xml version="1.0" encoding="utf-8"?> | 
|    2 <!-- This Source Code Form is subject to the terms of the Mozilla Public |    2 <!-- This Source Code Form is subject to the terms of the Mozilla Public | 
|    3    - License, v. 2.0. If a copy of the MPL was not distributed with this |    3    - License, v. 2.0. If a copy of the MPL was not distributed with this | 
|    4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |    4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | 
|    5  |    5  | 
|    6 <resources> |    6 <resources> | 
|    7   <!-- Fennec color palette (bug 1127517) --> |    7   <!-- Fennec color palette (bug 1127517) --> | 
|    8   <color name="fennec_ui_orange">#009CD0</color> |    8   <color name="fennec_ui_orange">#009CD0</color> | 
|    9   <color name="action_orange">#E66000</color> |    9   <color name="action_orange">#E66000</color> | 
|   10   <color name="action_orange_pressed">#DC5600</color> |   10   <color name="action_orange_pressed">#DC5600</color> | 
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   47   <!-- (bug 1077195) Focused state values are temporary. --> |   47   <!-- (bug 1077195) Focused state values are temporary. --> | 
|   48   <color name="new_tablet_highlight_focused">#C0C9D0</color> |   48   <color name="new_tablet_highlight_focused">#C0C9D0</color> | 
|   49  |   49  | 
|   50   <!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey --> |   50   <!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey --> | 
|   51   <color name="highlight_shaped">#FFFFFFFF</color> |   51   <color name="highlight_shaped">#FFFFFFFF</color> | 
|   52  |   52  | 
|   53   <!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_gre
     y --> |   53   <!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_gre
     y --> | 
|   54   <color name="highlight_shaped_focused">#FF565B60</color> |   54   <color name="highlight_shaped_focused">#FF565B60</color> | 
|   55  |   55  | 
|   56   <!-- highlight on private nav button: 20% white over private_toolbar_grey --> |   56   <!-- highlight on private nav button: 20% white over private_toolbar_grey --> | 
|   57   <color name="highlight_nav_pb">#FF545654</color> |   57   <color name="highlight_nav_pb">#FFF8F8F8</color> | 
|   58  |   58  | 
|   59   <!-- highlight-focused on private nav button: 10% white over private_toolbar_g
     rey --> |   59   <!-- highlight-focused on private nav button: 10% white over private_toolbar_g
     rey --> | 
|   60   <color name="highlight_nav_focused_pb">#FF3F423F</color> |   60   <color name="highlight_nav_focused_pb">#FF3F423F</color> | 
|   61  |   61  | 
|   62   <!-- Firstrun tour--> |   62   <!-- Firstrun tour--> | 
|   63   <color name="firstrun_background">#99000000</color> |   63   <color name="firstrun_background">#99000000</color> | 
|   64   <color name="firstrun_tabstrip">#1193CB</color> |   64   <color name="firstrun_tabstrip">#1193CB</color> | 
|   65   <color name="firstrun_pager_background">#16A3DF</color> |   65   <color name="firstrun_pager_background">#16A3DF</color> | 
|   66  |   66  | 
|   67   <!-- Tab Queue --> |   67   <!-- Tab Queue --> | 
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  155   <color name="find_matchcase_off">#D02626</color> |  155   <color name="find_matchcase_off">#D02626</color> | 
|  156  |  156  | 
|  157   <!-- Canvas delegate paint color --> |  157   <!-- Canvas delegate paint color --> | 
|  158   <color name="canvas_delegate_paint">#FFFF0000</color> |  158   <color name="canvas_delegate_paint">#FFFF0000</color> | 
|  159  |  159  | 
|  160   <!-- Top sites thumbnail colors --> |  160   <!-- Top sites thumbnail colors --> | 
|  161   <color name="top_site_default">#FFECF0F3</color> |  161   <color name="top_site_default">#FFECF0F3</color> | 
|  162   <color name="top_site_border">#FFCFD9E1</color> |  162   <color name="top_site_border">#FFCFD9E1</color> | 
|  163  |  163  | 
|  164 </resources> |  164 </resources> | 
| OLD | NEW |