Merge "Remove set wallpaper context item"
diff --git a/res/layout/suggestion_item.xml b/res/layout/suggestion_item.xml
index b85911f..c08ba84 100644
--- a/res/layout/suggestion_item.xml
+++ b/res/layout/suggestion_item.xml
@@ -57,8 +57,7 @@
                 style="@style/SuggestionLineSmall"
                 android:singleLine="true"
                 android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:textColor="@color/urlTextColor" />
+                android:layout_height="wrap_content" />
         </LinearLayout>
     </LinearLayout>
     <ImageView
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 976b55b..6fa0840 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -33,7 +33,6 @@
     <color name="qc_slice_active">#E02090FF</color>
     <color name="bookmarkWidgetFaviconBackground">#23ffffff</color>
     <color name="bookmarkListFaviconBackground">#23ffffff</color>
-    <color name="urlTextColor">#0E774A</color>
     <color name="tabFaviconBackground">#FF555555</color>
     <color name="tabFocusHighlight">#FF99CC00</color>
 </resources>