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

Delta Between Two Patch Sets: mobile/android/base/resources/values/colors.xml

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Left Patch Set: Created July 21, 2016, 2:09 a.m.
Right Patch Set: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « mobile/android/base/resources/values/abb_styles.xml ('k') | mobile/android/base/resources/values/dimens.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 <!-- Replacing some colors by ABB color palette. See https://issues.adblockplu s.org/ticket/3769 --> 7 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
8
9 <!-- Fennec color palette (bug 1127517) --> 8 <!-- Fennec color palette (bug 1127517) -->
10 <color name="fennec_ui_orange">@color/abb_accent_dark_blue</color> 9 <color name="fennec_ui_orange">@color/abb_accent_dark_blue</color>
11 <color name="affirmative_green">#6FBE4A</color> 10 <color name="affirmative_green">#6FBE4A</color>
12 <color name="rejection_red">#D23228</color> 11 <color name="rejection_red">#D23228</color>
12 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
13 <color name="action_orange">@color/abb_accent_dark_blue</color> 13 <color name="action_orange">@color/abb_accent_dark_blue</color>
14 <color name="action_orange_pressed">@color/abb_accent_dark_blue</color> 14 <color name="action_orange_pressed">@color/abb_accent_dark_blue</color>
15 <color name="link_blue">#0096DD</color> 15 <color name="link_blue">#0096DD</color>
16 <color name="link_blue_pressed">#0082C6</color> 16 <color name="link_blue_pressed">#0082C6</color>
17 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
17 <color name="private_browsing_purple">@color/abb_private_purple</color> 18 <color name="private_browsing_purple">@color/abb_private_purple</color>
18 19
19 <color name="placeholder_active_grey">#222222</color> 20 <color name="placeholder_active_grey">#222222</color>
20 <color name="placeholder_grey">#777777</color> 21 <color name="placeholder_grey">#777777</color>
22 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
21 <color name="private_toolbar_grey">@color/abb_background_light_grey</color> 23 <color name="private_toolbar_grey">@color/abb_background_light_grey</color>
22 <color name="text_and_tabs_tray_grey">@color/abb_text_icons_dark_grey</color> 24 <color name="text_and_tabs_tray_grey">@color/abb_text_icons_dark_grey</color>
23 <color name="tabs_tray_grey_pressed">@color/abb_background_light_grey</color> 25 <color name="tabs_tray_grey_pressed">@color/abb_background_light_grey</color>
24 <color name="toolbar_icon_grey">@color/abb_text_icons_dark_grey</color> 26 <color name="toolbar_icon_grey">@color/abb_text_icons_dark_grey</color>
25 27
28 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
26 <color name="tabs_tray_icon_grey">@color/abb_text_icons_dark_grey</color> 29 <color name="tabs_tray_icon_grey">@color/abb_text_icons_dark_grey</color>
27 <color name="disabled_grey">#BFBFBF</color> 30 <color name="disabled_grey">#BFBFBF</color>
31 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
28 <color name="toolbar_grey_pressed">@color/abb_background_light_grey</color> 32 <color name="toolbar_grey_pressed">@color/abb_background_light_grey</color>
29 <color name="toolbar_menu_dark_grey">#E1E1E6</color> 33 <color name="toolbar_menu_dark_grey">#E1E1E6</color>
34 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
30 <color name="toolbar_grey">@color/abb_background_light_grey</color> 35 <color name="toolbar_grey">@color/abb_background_light_grey</color>
31 <color name="about_page_header_grey">#F5F5F5</color> 36 <color name="about_page_header_grey">#F5F5F5</color>
32 37
33 <color name="url_bar_shadow_private">#7878A5</color> 38 <color name="url_bar_shadow_private">#7878A5</color>
34 39
35 <!-- Restricted profiles palette --> 40 <!-- Restricted profiles palette -->
36 41
37 <color name="restricted_profile_background_gold">#ffffcb51</color> 42 <color name="restricted_profile_background_gold">#ffffcb51</color>
38 <color name="restricted_profile_background_green">#1aaa86</color> 43 <color name="restricted_profile_background_green">#1aaa86</color>
39 44
(...skipping 10 matching lines...) Expand all
50 55
51 <!-- Synced w/ toolbar_grey_pressed --> 56 <!-- Synced w/ toolbar_grey_pressed -->
52 <color name="tablet_highlight_lwt">#AAD7D7DC</color> 57 <color name="tablet_highlight_lwt">#AAD7D7DC</color>
53 58
54 <!-- Synced w/ tabs_tray_grey_pressed --> 59 <!-- Synced w/ tabs_tray_grey_pressed -->
55 <color name="tablet_highlight_dark_lwt">#AA45494E</color> 60 <color name="tablet_highlight_dark_lwt">#AA45494E</color>
56 61
57 <!-- (bug 1077195) Focused state values are temporary. --> 62 <!-- (bug 1077195) Focused state values are temporary. -->
58 <color name="tablet_highlight_focused">#C0C9D0</color> 63 <color name="tablet_highlight_focused">#C0C9D0</color>
59 64
65 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
60 <!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey --> 66 <!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey -->
61 <color name="highlight_shaped">@color/abb_background_light_grey</color> 67 <color name="highlight_shaped">@color/abb_background_light_grey</color>
62 68
63 <!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_gre y --> 69 <!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_gre y -->
64 <color name="highlight_shaped_focused">#FF565B60</color> 70 <color name="highlight_shaped_focused">#FF565B60</color>
65 71
72 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
66 <!-- highlight on private nav button: 20% white over private_toolbar_grey --> 73 <!-- highlight on private nav button: 20% white over private_toolbar_grey -->
67 <color name="highlight_nav_pb">@color/abb_background_light_grey</color> 74 <color name="highlight_nav_pb">@color/abb_background_light_grey</color>
68 75
69 <color name="dark_transparent_overlay">#99000000</color> 76 <color name="dark_transparent_overlay">#99000000</color>
70 77
71 <!-- Firstrun tour--> 78 <!-- Firstrun tour-->
72 <color name="firstrun_tabstrip">#1193CB</color> 79 <color name="firstrun_tabstrip">#1193CB</color>
73 <color name="firstrun_pager_background">#16A3DF</color> 80 <color name="firstrun_pager_background">#16A3DF</color>
74 81
75 <!-- Tab Queue --> 82 <!-- Tab Queue -->
(...skipping 10 matching lines...) Expand all
86 <color name="text_color_secondary_inverse">#DDDDDD</color> 93 <color name="text_color_secondary_inverse">#DDDDDD</color>
87 94
88 <!-- Disabled colors --> 95 <!-- Disabled colors -->
89 <color name="text_color_primary_disable_only">#999999</color> 96 <color name="text_color_primary_disable_only">#999999</color>
90 97
91 <!-- Hint colors --> 98 <!-- Hint colors -->
92 <color name="text_color_hint">#666666</color> 99 <color name="text_color_hint">#666666</color>
93 <color name="text_color_hint_inverse">#7F828A</color> 100 <color name="text_color_hint_inverse">#7F828A</color>
94 <color name="text_color_hint_floating_focused">#33b5e5</color> 101 <color name="text_color_hint_floating_focused">#33b5e5</color>
95 102
103 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
96 <!-- Highlight colors --> 104 <!-- Highlight colors -->
97 <color name="text_color_highlight_inverse">@color/abb_private_purple</color> 105 <color name="text_color_highlight_inverse">@color/abb_private_purple</color>
98 106
99 <!-- Link colors --> 107 <!-- Link colors -->
100 <color name="text_color_link">#22629E</color> 108 <color name="text_color_link">#22629E</color>
101 109
102 <!-- Divider colors --> 110 <!-- Divider colors -->
103 <color name="divider_light">#FFD7D9DB</color> 111 <color name="divider_light">#FFD7D9DB</color>
104 112
105 <color name="doorhanger_link">#FF2AA1FE</color> 113 <color name="doorhanger_link">#FF2AA1FE</color>
106 114
107 <color name="validation_message_text">#ffffff</color> 115 <color name="validation_message_text">#ffffff</color>
116 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 - ->
108 <color name="url_bar_text_highlight_pb">@color/abb_private_purple</color> 117 <color name="url_bar_text_highlight_pb">@color/abb_private_purple</color>
109 <color name="tab_row_pressed">#4D000000</color> 118 <color name="tab_row_pressed">#4D000000</color>
110 119
111 <color name="textbox_background">#FFF</color> 120 <color name="textbox_background">#FFF</color>
112 <color name="textbox_background_disabled">#DDD</color> 121 <color name="textbox_background_disabled">#DDD</color>
113 <color name="textbox_stroke">#000</color> 122 <color name="textbox_stroke">#000</color>
114 <color name="textbox_stroke_disabled">#666</color> 123 <color name="textbox_stroke_disabled">#666</color>
115 124
116 <color name="url_bar_urltext">#A6A6A6</color> 125 <color name="url_bar_urltext">#A6A6A6</color>
117 <color name="url_bar_domaintext">#000</color> 126 <color name="url_bar_domaintext">#000</color>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 <!-- Top sites thumbnail colors --> 162 <!-- Top sites thumbnail colors -->
154 <color name="top_site_default">#FFECF0F3</color> 163 <color name="top_site_default">#FFECF0F3</color>
155 <color name="top_site_border">#FFCFD9E1</color> 164 <color name="top_site_border">#FFCFD9E1</color>
156 165
157 <color name="private_active_text">#FFFFFF</color> 166 <color name="private_active_text">#FFFFFF</color>
158 167
159 <!-- This color is from a 2.3 Samsung device. --> 168 <!-- This color is from a 2.3 Samsung device. -->
160 <color name="gingerbread_menu_background_color">#1b1b1b</color> 169 <color name="gingerbread_menu_background_color">#1b1b1b</color>
161 170
162 </resources> 171 </resources>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld