Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/resources/values/colors.xml

Issue 29325375: Issue 2932 - Don't highlight pressed tabs (Closed)
Patch Set: Created Aug. 30, 2015, 12:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
11 <color name="link_blue">#0096DD</color> 11 <color name="link_blue">#0096DD</color>
12 <color name="private_browsing_purple">#CF68FF</color> 12 <color name="private_browsing_purple">#CF68FF</color>
13 13
14 <color name="placeholder_active_grey">#222222</color> 14 <color name="placeholder_active_grey">#222222</color>
15 <color name="placeholder_grey">#777777</color> 15 <color name="placeholder_grey">#777777</color>
16 <color name="private_toolbar_grey">#F8F8F8</color> 16 <color name="private_toolbar_grey">#F8F8F8</color>
17 <color name="text_and_tabs_tray_grey">#F8F8F8</color> 17 <color name="text_and_tabs_tray_grey">#F8F8F8</color>
18 <color name="tabs_tray_grey_pressed">#45494E</color> 18 <color name="tabs_tray_grey_pressed">#F8F8F8</color>
19 <color name="toolbar_icon_grey">#5F6368</color> 19 <color name="toolbar_icon_grey">#5F6368</color>
20 20
21 <color name="tabs_tray_icon_grey">#AFB1B3</color> 21 <color name="tabs_tray_icon_grey">#AFB1B3</color>
22 <color name="disabled_grey">#BFBFBF</color> 22 <color name="disabled_grey">#BFBFBF</color>
23 <color name="toolbar_grey_pressed">#D7D7DC</color> 23 <color name="toolbar_grey_pressed">#F8F8F8</color>
24 <color name="toolbar_menu_dark_grey">#E1E1E6</color> 24 <color name="toolbar_menu_dark_grey">#E1E1E6</color>
25 <color name="toolbar_grey">#F8F8F8</color> 25 <color name="toolbar_grey">#F8F8F8</color>
26 <color name="about_page_header_grey">#F5F5F5</color> 26 <color name="about_page_header_grey">#F5F5F5</color>
27 27
28 <!-- ABB custom colors --> 28 <!-- ABB custom colors -->
29 <color name="abb_thumbnail_row_text">#3B3B3B</color> 29 <color name="abb_thumbnail_row_text">#3B3B3B</color>
30 30
31 <!-- Non-palette colors --> 31 <!-- Non-palette colors -->
32 32
33 <!-- Synced w/ toolbar_grey --> 33 <!-- Synced w/ toolbar_grey -->
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld