]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Add the ability to move bookmarks to folders.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index 8115fe4d63cc3ae57bcc73f335816944aa066832..423664c57d25c687e6075bc7403d0cdb518fc12c 100644 (file)
 <!-- These color resources are hardcoded for vector drawables.  Once the minimum API is >= 22 we can remove the hardcoded colors and reference these entries. -->
 <resources>
     <color name="black">#FF000000</color>
-    <color name="blue">#1e88e5</color>
+    <color name="blue">#FF1976D2</color>
+    <color name="dark_blue">#FF0D47A1</color>
+    <color name="blue_grey">#FF607D8B</color>
+    <color name="grey">#FF9E9E9E</color>
     <color name="green">#FF64DD17</color>
+    <color name="light_blue">#FFBBDEFB</color>
+    <color name="medium_light_blue">#FF42A5F5</color>
     <color name="red">#FFD50000</color>
     <color name="white">#FFFFFFFF</color>
     <color name="yellow">#FFFFD600</color>