]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/colors.xml
Add the ability to reorder bookmarks.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / colors.xml
index e33adcc175192d0a5e5f90352ec463ef862c38cf..02fa590facd0ecb63fc2e97e9fe6ec81892b0403 100644 (file)
@@ -3,7 +3,7 @@
 <!--
   Copyright 2016 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser <https://privacybrowser.stoutner.com/>.
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   Privacy Browser is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 <!-- 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">#FF1976D2</color>
+    <color name="dark_blue">#FF0D47A1</color>
+    <color name="blue_gray">#FF607d8b</color>
     <color name="green">#FF64DD17</color>
+    <color name="light_blue">#FFBBDEFB</color>
     <color name="red">#FFD50000</color>
+    <color name="white">#FFFFFFFF</color>
     <color name="yellow">#FFFFD600</color>
 </resources>
\ No newline at end of file