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

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

Issue 29325144: Issue 2932 - Create an Adblock Browser specific look and feel (Closed)
Patch Set: Created Aug. 27, 2015, 10 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
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">#FF9500</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">#292C29</color> 16 <color name="private_toolbar_grey">#F8F8F8</color>
17 <color name="text_and_tabs_tray_grey">#363B40</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">#45494E</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">#D7D7DC</color>
24 <color name="toolbar_menu_dark_grey">#E1E1E6</color> 24 <color name="toolbar_menu_dark_grey">#E1E1E6</color>
25 <color name="toolbar_grey">#EBEBF0</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 -->
29 <color name="abb_thumbnail_row_text">#3B3B3B</color>
30
28 <!-- Non-palette colors --> 31 <!-- Non-palette colors -->
29 32
30 <!-- Synced w/ toolbar_grey --> 33 <!-- Synced w/ toolbar_grey -->
31 <color name="background_normal_lwt">#DDEBEBF0</color> 34 <color name="background_normal_lwt">#DDEBEBF0</color>
32 35
33 <color name="highlight">#33000000</color> 36 <color name="highlight">#33000000</color>
34 <color name="highlight_focused">#1A000000</color> 37 <color name="highlight_focused">#1A000000</color>
35 <color name="highlight_dark">#33FFFFFF</color> 38 <color name="highlight_dark">#33FFFFFF</color>
36 <color name="highlight_dark_focused">#1AFFFFFF</color> 39 <color name="highlight_dark_focused">#1AFFFFFF</color>
37 40
38 <!-- Synced w/ toolbar_grey_pressed --> 41 <!-- Synced w/ toolbar_grey_pressed -->
39 <color name="new_tablet_highlight_lwt">#AAD7D7DC</color> 42 <color name="new_tablet_highlight_lwt">#AAD7D7DC</color>
40 43
41 <!-- Synced w/ tabs_tray_grey_pressed --> 44 <!-- Synced w/ tabs_tray_grey_pressed -->
42 <color name="new_tablet_highlight_dark_lwt">#AA45494E</color> 45 <color name="new_tablet_highlight_dark_lwt">#AA45494E</color>
43 46
44 <!-- (bug 1077195) Focused state values are temporary. --> 47 <!-- (bug 1077195) Focused state values are temporary. -->
45 <color name="new_tablet_highlight_focused">#C0C9D0</color> 48 <color name="new_tablet_highlight_focused">#C0C9D0</color>
46 49
47 <!-- 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 -->
48 <color name="highlight_shaped">#FF696D71</color> 51 <color name="highlight_shaped">#FFFFFFFF</color>
49 52
50 <!-- 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 -->
51 <color name="highlight_shaped_focused">#FF565B60</color> 54 <color name="highlight_shaped_focused">#FF565B60</color>
52 55
53 <!-- highlight on private nav button: 20% white over private_toolbar_grey --> 56 <!-- highlight on private nav button: 20% white over private_toolbar_grey -->
54 <color name="highlight_nav_pb">#FF545654</color> 57 <color name="highlight_nav_pb">#FF545654</color>
55 58
56 <!-- 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 -->
57 <color name="highlight_nav_focused_pb">#FF3F423F</color> 60 <color name="highlight_nav_focused_pb">#FF3F423F</color>
58 61
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 <color name="find_matchcase_off">#D02626</color> 155 <color name="find_matchcase_off">#D02626</color>
153 156
154 <!-- Canvas delegate paint color --> 157 <!-- Canvas delegate paint color -->
155 <color name="canvas_delegate_paint">#FFFF0000</color> 158 <color name="canvas_delegate_paint">#FFFF0000</color>
156 159
157 <!-- Top sites thumbnail colors --> 160 <!-- Top sites thumbnail colors -->
158 <color name="top_site_default">#FFECF0F3</color> 161 <color name="top_site_default">#FFECF0F3</color>
159 <color name="top_site_border">#FFCFD9E1</color> 162 <color name="top_site_border">#FFCFD9E1</color>
160 163
161 </resources> 164 </resources>
OLDNEW
« no previous file with comments | « mobile/android/base/resources/layout/tabs_item_row.xml ('k') | mobile/android/themes/core/defines.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld