Bug 1391177 - Part 4: Change text selection color to primary color + 30% alpha. r?nechen,walkingice draft
authorJing-wei Wu <topwu.tw@gmail.com>
Mon, 14 Aug 2017 14:05:24 +0800
changeset 653772 e4cbf4d6498868bd8c1e0c57bd5970edf8695e21
parent 653771 1ad08e0cf5e7a6c6abad087bf499f9b1eed923c1
child 653773 1e6df3f041b4a5cee754f469cb72fdf8de7fac1e
push id76402
push userbmo:topwu.tw@gmail.com
push dateMon, 28 Aug 2017 00:49:54 +0000
reviewersnechen, walkingice
bugs1391177
milestone57.0a1
Bug 1391177 - Part 4: Change text selection color to primary color + 30% alpha. r?nechen,walkingice MozReview-Commit-ID: Gm7nGDZeWyA
mobile/android/app/src/photon/res/values/colors.xml
--- a/mobile/android/app/src/photon/res/values/colors.xml
+++ b/mobile/android/app/src/photon/res/values/colors.xml
@@ -7,18 +7,18 @@
 <resources>
     <!-- color palette for Photon -->
     <color name="photon_text_main">#272727</color>
     <color name="photon_text_main_private">#FFFFFF</color>
     <color name="photon_text_secondary">#B2B2B2</color>
     <color name="photon_text_secondary_private">#737373</color>
     <color name="photon_text_placeholder">#737373</color>
     <color name="photon_text_placeholder_private">#737373</color>
-    <color name="photon_text_selected_highlight">#E4E4E4</color>
-    <color name="photon_text_selected_highlight_private">#737373</color>
+    <color name="photon_text_selected_highlight">#4D00A2FE</color>
+    <color name="photon_text_selected_highlight_private">#4DAC39FF</color>
 
     <color name="photon_search_suggestion_box">#E4E4E4</color>
 
     <!-- opacity: 20% -->
     <color name="photon_search_suggestion_box_pressed">#33E4E4E4</color>
 
     <color name="photon_search_suggestion_box_private">#2A2A2A</color>