]> 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 7bcc7820f3d278095f21bf75987dbd385f66e78d..f49cbd0a0cf3b84512e12cfd31e6384e2157f721 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_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