| Index: mobile/android/base/resources/values/styles.xml | 
| =================================================================== | 
| --- a/mobile/android/base/resources/values/styles.xml | 
| +++ b/mobile/android/base/resources/values/styles.xml | 
| @@ -361,17 +361,18 @@ | 
| <item name="android:textColorHint">?android:attr/textColorHintInverse</item> | 
| <item name="android:textColorHighlight">@color/text_color_highlight_inverse</item> | 
| <item name="android:textColorLink">?android:attr/textColorLink</item> | 
| </style> | 
| <style name="TextAppearance.EmptyMessage" parent="TextAppearance.Large"/> | 
| <style name="TextAppearance.EmptyHint" parent="TextAppearance.Medium"> | 
| - <item name="android:textColor">#FFA62F</item> | 
| + <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 --> | 
| + <item name="android:textColor">@color/abb_accent_dark_blue</item> | 
| </style> | 
| <style name="TextAppearance.Micro"> | 
| <item name="android:textSize">12sp</item> | 
| <item name="android:textColor">?android:attr/textColorTertiary</item> | 
| </style> | 
| <style name="TextAppearance.Micro.Inverse"> | 
| @@ -408,17 +409,18 @@ | 
| <style name="TextAppearance.Widget.Home.Header" parent="TextAppearance.Small"> | 
| <item name="android:textColor">?android:attr/textColorPrimary</item> | 
| </style> | 
| <style name="TextAppearance.Widget.Home.ItemTitle" parent="TextAppearance.Medium"/> | 
| <style name="TextAppearance.Widget.Home.ItemDescription" parent="TextAppearance.Micro"> | 
| - <item name="android:textColor">@color/tabs_tray_icon_grey</item> | 
| + <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 --> | 
| + <item name="android:textColor">@color/abb_text_divider_grey</item> | 
| </style> | 
| <style name="TextAppearance.Widget.HomeBanner" parent="TextAppearance.Small"> | 
| <item name="android:textColor">?android:attr/textColorHint</item> | 
| </style> | 
| <style name="TextAppearance.DoorHanger"> | 
| <item name="android:textColor">@color/placeholder_active_grey</item> | 
| @@ -580,17 +582,18 @@ | 
| <style name="TabWidget"> | 
| <item name="android:layout_width">wrap_content</item> | 
| <item name="android:layout_height">40dip</item> | 
| <item name="android:layout_weight">1.0</item> | 
| </style> | 
| <!-- Find bar --> | 
| <style name="FindBar"> | 
| - <item name="android:background">@color/text_and_tabs_tray_grey</item> | 
| + <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 --> | 
| + <item name="android:background">@color/abb_background_light_grey</item> | 
| <item name="android:paddingLeft">3dip</item> | 
| <item name="android:paddingRight">3dip</item> | 
| <item name="android:paddingTop">6dip</item> | 
| <item name="android:paddingBottom">6dip</item> | 
| </style> | 
| <!-- Find bar - Image Button --> | 
| <style name="FindBar.ImageButton"> |