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

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

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Created July 21, 2016, 2:09 a.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 <!-- Replacing some colors by ABB color palette. See https://issues.adblockplu s.org/ticket/3769 -->
8
7 <!-- Fennec color palette (bug 1127517) --> 9 <!-- Fennec color palette (bug 1127517) -->
8 <color name="fennec_ui_orange">#009CD0</color> 10 <color name="fennec_ui_orange">@color/abb_accent_dark_blue</color>
9 <color name="affirmative_green">#6FBE4A</color> 11 <color name="affirmative_green">#6FBE4A</color>
10 <color name="rejection_red">#D23228</color> 12 <color name="rejection_red">#D23228</color>
11 <color name="action_orange">#E66000</color> 13 <color name="action_orange">@color/abb_accent_dark_blue</color>
12 <color name="action_orange_pressed">#DC5600</color> 14 <color name="action_orange_pressed">@color/abb_accent_dark_blue</color>
13 <color name="link_blue">#0096DD</color> 15 <color name="link_blue">#0096DD</color>
14 <color name="link_blue_pressed">#0082C6</color> 16 <color name="link_blue_pressed">#0082C6</color>
15 <color name="private_browsing_purple">#CF68FF</color> 17 <color name="private_browsing_purple">@color/abb_private_purple</color>
16 18
17 <color name="placeholder_active_grey">#222222</color> 19 <color name="placeholder_active_grey">#222222</color>
18 <color name="placeholder_grey">#777777</color> 20 <color name="placeholder_grey">#777777</color>
19 <color name="private_toolbar_grey">#F8F8F8</color> 21 <color name="private_toolbar_grey">@color/abb_background_light_grey</color>
20 <color name="text_and_tabs_tray_grey">#F8F8F8</color> 22 <color name="text_and_tabs_tray_grey">@color/abb_text_icons_dark_grey</color>
21 <color name="tabs_tray_grey_pressed">#F8F8F8</color> 23 <color name="tabs_tray_grey_pressed">@color/abb_background_light_grey</color>
22 <color name="toolbar_icon_grey">#5F6368</color> 24 <color name="toolbar_icon_grey">@color/abb_text_icons_dark_grey</color>
23 25
24 <color name="tabs_tray_icon_grey">#AFB1B3</color> 26 <color name="tabs_tray_icon_grey">@color/abb_text_icons_dark_grey</color>
25 <color name="disabled_grey">#BFBFBF</color> 27 <color name="disabled_grey">#BFBFBF</color>
26 <color name="toolbar_grey_pressed">#F8F8F8</color> 28 <color name="toolbar_grey_pressed">@color/abb_background_light_grey</color>
27 <color name="toolbar_menu_dark_grey">#E1E1E6</color> 29 <color name="toolbar_menu_dark_grey">#E1E1E6</color>
28 <color name="toolbar_grey">#F8F8F8</color> 30 <color name="toolbar_grey">@color/abb_background_light_grey</color>
29 <color name="about_page_header_grey">#F5F5F5</color> 31 <color name="about_page_header_grey">#F5F5F5</color>
30 32
31 <!-- ABB custom colors -->
32 <color name="abb_thumbnail_row_text">#3B3B3B</color>
33
34 <color name="url_bar_shadow_private">#7878A5</color> 33 <color name="url_bar_shadow_private">#7878A5</color>
35 34
36 <!-- Restricted profiles palette --> 35 <!-- Restricted profiles palette -->
37 36
38 <color name="restricted_profile_background_gold">#ffffcb51</color> 37 <color name="restricted_profile_background_gold">#ffffcb51</color>
39 <color name="restricted_profile_background_green">#1aaa86</color> 38 <color name="restricted_profile_background_green">#1aaa86</color>
40 39
41 <!-- Non-palette colors --> 40 <!-- Non-palette colors -->
42 41
43 <!-- Synced w/ toolbar_grey --> 42 <!-- Synced w/ toolbar_grey -->
44 <color name="background_normal_lwt">#DDEBEBF0</color> 43 <color name="background_normal_lwt">#DDEBEBF0</color>
45 44
46 <color name="background_tabs">#FF363B40</color> 45 <color name="background_tabs">#FF363B40</color>
47 <color name="highlight">#33000000</color> 46 <color name="highlight">#1A000000</color>
48 <color name="highlight_focused">#1A000000</color> 47 <color name="highlight_focused">#1A000000</color>
49 <color name="highlight_dark">#33FFFFFF</color> 48 <color name="highlight_dark">#1AFFFFFF</color>
50 <color name="highlight_dark_focused">#1AFFFFFF</color> 49 <color name="highlight_dark_focused">#1AFFFFFF</color>
51 50
52 <!-- Synced w/ toolbar_grey_pressed --> 51 <!-- Synced w/ toolbar_grey_pressed -->
53 <color name="tablet_highlight_lwt">#AAD7D7DC</color> 52 <color name="tablet_highlight_lwt">#AAD7D7DC</color>
54 53
55 <!-- Synced w/ tabs_tray_grey_pressed --> 54 <!-- Synced w/ tabs_tray_grey_pressed -->
56 <color name="tablet_highlight_dark_lwt">#AA45494E</color> 55 <color name="tablet_highlight_dark_lwt">#AA45494E</color>
57 56
58 <!-- (bug 1077195) Focused state values are temporary. --> 57 <!-- (bug 1077195) Focused state values are temporary. -->
59 <color name="tablet_highlight_focused">#C0C9D0</color> 58 <color name="tablet_highlight_focused">#C0C9D0</color>
60 59
61 <!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey --> 60 <!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey -->
62 <color name="highlight_shaped">#FFF8F8F8</color> 61 <color name="highlight_shaped">@color/abb_background_light_grey</color>
63 62
64 <!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_gre y --> 63 <!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_gre y -->
65 <color name="highlight_shaped_focused">#FF565B60</color> 64 <color name="highlight_shaped_focused">#FF565B60</color>
66 65
67 <!-- highlight on private nav button: 20% white over private_toolbar_grey --> 66 <!-- highlight on private nav button: 20% white over private_toolbar_grey -->
68 <color name="highlight_nav_pb">#FFF8F8F8</color> 67 <color name="highlight_nav_pb">@color/abb_background_light_grey</color>
69 68
70 <color name="dark_transparent_overlay">#99000000</color> 69 <color name="dark_transparent_overlay">#99000000</color>
71 70
72 <!-- Firstrun tour--> 71 <!-- Firstrun tour-->
73 <color name="firstrun_tabstrip">#1193CB</color> 72 <color name="firstrun_tabstrip">#1193CB</color>
74 <color name="firstrun_pager_background">#16A3DF</color> 73 <color name="firstrun_pager_background">#16A3DF</color>
75 74
76 <!-- Tab Queue --> 75 <!-- Tab Queue -->
77 <color name="tab_queue_dismiss_button_foreground">#16A3DF</color> 76 <color name="tab_queue_dismiss_button_foreground">#16A3DF</color>
78 <color name="tab_queue_dismiss_button_foreground_pressed">#1193CB</color> 77 <color name="tab_queue_dismiss_button_foreground_pressed">#1193CB</color>
79 78
80 <!-- 79 <!--
81 Application theme colors 80 Application theme colors
82 --> 81 -->
83 <!-- Default colors --> 82 <!-- Default colors -->
84 <color name="text_color_tertiary">#9198A1</color> 83 <color name="text_color_tertiary">#9198A1</color>
85 84
86 <!-- Default inverse colors --> 85 <!-- Default inverse colors -->
87 <color name="text_color_secondary_inverse">#DDDDDD</color> 86 <color name="text_color_secondary_inverse">#DDDDDD</color>
88 87
89 <!-- Disabled colors --> 88 <!-- Disabled colors -->
90 <color name="text_color_primary_disable_only">#999999</color> 89 <color name="text_color_primary_disable_only">#999999</color>
91 90
92 <!-- Hint colors --> 91 <!-- Hint colors -->
93 <color name="text_color_hint">#666666</color> 92 <color name="text_color_hint">#666666</color>
94 <color name="text_color_hint_inverse">#7F828A</color> 93 <color name="text_color_hint_inverse">#7F828A</color>
95 <color name="text_color_hint_floating_focused">#33b5e5</color> 94 <color name="text_color_hint_floating_focused">#33b5e5</color>
96 95
97 <!-- Highlight colors --> 96 <!-- Highlight colors -->
98 <color name="text_color_highlight_inverse">#D06BFF</color> 97 <color name="text_color_highlight_inverse">@color/abb_private_purple</color>
99 98
100 <!-- Link colors --> 99 <!-- Link colors -->
101 <color name="text_color_link">#22629E</color> 100 <color name="text_color_link">#22629E</color>
102 101
103 <!-- Divider colors --> 102 <!-- Divider colors -->
104 <color name="divider_light">#FFD7D9DB</color> 103 <color name="divider_light">#FFD7D9DB</color>
105 104
106 <color name="doorhanger_link">#FF2AA1FE</color> 105 <color name="doorhanger_link">#FF2AA1FE</color>
107 106
108 <color name="validation_message_text">#ffffff</color> 107 <color name="validation_message_text">#ffffff</color>
109 <color name="url_bar_text_highlight_pb">#FFD06BFF</color> 108 <color name="url_bar_text_highlight_pb">@color/abb_private_purple</color>
110 <color name="tab_row_pressed">#4D000000</color> 109 <color name="tab_row_pressed">#4D000000</color>
111 110
112 <color name="textbox_background">#FFF</color> 111 <color name="textbox_background">#FFF</color>
113 <color name="textbox_background_disabled">#DDD</color> 112 <color name="textbox_background_disabled">#DDD</color>
114 <color name="textbox_stroke">#000</color> 113 <color name="textbox_stroke">#000</color>
115 <color name="textbox_stroke_disabled">#666</color> 114 <color name="textbox_stroke_disabled">#666</color>
116 115
117 <color name="url_bar_urltext">#A6A6A6</color> 116 <color name="url_bar_urltext">#A6A6A6</color>
118 <color name="url_bar_domaintext">#000</color> 117 <color name="url_bar_domaintext">#000</color>
119 <color name="url_bar_domaintext_private">#FFF</color> 118 <color name="url_bar_domaintext_private">#FFF</color>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 <!-- Top sites thumbnail colors --> 153 <!-- Top sites thumbnail colors -->
155 <color name="top_site_default">#FFECF0F3</color> 154 <color name="top_site_default">#FFECF0F3</color>
156 <color name="top_site_border">#FFCFD9E1</color> 155 <color name="top_site_border">#FFCFD9E1</color>
157 156
158 <color name="private_active_text">#FFFFFF</color> 157 <color name="private_active_text">#FFFFFF</color>
159 158
160 <!-- This color is from a 2.3 Samsung device. --> 159 <!-- This color is from a 2.3 Samsung device. -->
161 <color name="gingerbread_menu_background_color">#1b1b1b</color> 160 <color name="gingerbread_menu_background_color">#1b1b1b</color>
162 161
163 </resources> 162 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld