]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/colors.xml
Add a logcat activity. https://redmine.stoutner.com/issues/768
[PrivacyCell.git] / app / src / main / res / values / colors.xml
index d6d743b12badb8e35d188a6a12026722fc6f965f..584c22da5681e7a2ac38a1bb3b0a94b193b2b6cc 100644 (file)
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <resources>
     <!-- Nicknamed colors. -->
     <color name="blue_text">@color/blue_700</color>
-    <color name="icon">@color/blue_700</color>
+    <color name="icon_enabled">@color/blue_700</color>
+    <color name="icon_disabled">@color/gray_600</color>
+    <color name="logcat_icons">@color/gray_925</color>
     <color name="red_text">@color/red_700</color>
 
     <!-- Raw colors. -->
     <color name="black">#FF000000</color>
+
     <color name="blue_500">#FF2196F3</color>
     <color name="blue_700">#FF1976D2</color>
     <color name="blue_900">#FF0D47A1</color>
+
+    <color name="gray_500">#FF9E9E9E</color>
+    <color name="gray_600">#FF757575</color>
+    <color name="gray_925">#FF202020</color>
+
     <color name="red_600">#FFE53935</color>
     <color name="red_700">#FFD32F2F</color>
+
     <color name="salmon">#FFFC684E</color>
+
     <color name="soft_red">#FFC73625</color>
+
     <color name="violet_500">#FF8AB4F8</color>
+
     <color name="white">#FFFFFFFF</color>
 </resources>
\ No newline at end of file