1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-24 20:23:24 +00:00

Color updates for new branding (#879)

This commit is contained in:
Kyle Spearrin
2020-05-05 19:13:18 -04:00
committed by GitHub
parent 01c56dabdf
commit 4104f6f772
4 changed files with 16 additions and 16 deletions

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Light theme -->
<color name="colorPrimary">#3c8dbc</color>
<color name="colorPrimaryDark">#222d32</color>
<color name="primary">#3c8dbc</color>
<color name="notificationBar">#3883af</color>
<color name="colorPrimary">#175DDC</color>
<color name="colorPrimaryDark">#1A3B66</color>
<color name="primary">#175DDC</color>
<color name="notificationBar">#1452BC</color>
<color name="border">#dddddd</color>
<!-- Dark theme -->

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#3C8DBC</color>
<color name="ic_launcher_background">#175DDC</color>
</resources>