]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/colors.xml
Add a realtime monitoring service. https://redmine.stoutner.com/issues/750
[PrivacyCell.git] / app / src / main / res / values / colors.xml
index f8c6127d327620c93d2b2d00342a68e97b98a48d..f49cbd0a0cf3b84512e12cfd31e6384e2157f721 100644 (file)
@@ -1,10 +1,41 @@
 <?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
+
+  Privacy Cell is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Cell is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
+
 <resources>
-    <color name="purple_200">#FFBB86FC</color>
-    <color name="purple_500">#FF6200EE</color>
-    <color name="purple_700">#FF3700B3</color>
-    <color name="teal_200">#FF03DAC5</color>
-    <color name="teal_700">#FF018786</color>
+    <!-- Nicknamed colors. -->
+    <color name="blue_text">@color/blue_700</color>
+    <color name="icon_enabled">@color/blue_700</color>
+    <color name="icon_disabled">@color/gray_600</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="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