aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-08-12 22:33:48 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-08-12 22:33:48 +0200
commit58d93d757d30e45a740f9797ef15766c6db01bee (patch)
treebc9e1fb0faa8dc06022b2921632419c2bab8d6af /app/src/main/res/values/styles.xml
parent0cb325f4b1b7af6209a7684e25f292600c7bc80c (diff)
show the full category of the password
with a small style revamp
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 3fffef42..9f610b68 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -2,15 +2,15 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
- <item name="colorPrimary">@color/blue_grey_500</item>
- <item name="colorPrimaryDark">@color/blue_grey_700</item>
- <item name="android:windowBackground">@color/blue_grey_50</item>
- <item name="android:textColorPrimary">@color/teal_900</item>
+ <item name="colorPrimary">@color/indigo_A400</item>
+ <item name="colorPrimaryDark">@color/indigo_A700</item>
+ <item name="android:windowBackground">@color/indigo_50</item>
+ <item name="android:textColorPrimary">@color/blue_500</item>
<item name="android:textColor">@color/text_color</item>
<item name="actionModeStyle">@style/ActionMode</item>
</style>
<style name="ActionMode" parent="@style/Widget.AppCompat.ActionMode">
- <item name="background">@color/blue_grey_700</item>
+ <item name="background">@color/indigo_A700</item>
</style>
</resources>