diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-10-13 20:16:13 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-10-13 20:16:13 +0200 |
commit | d885693532711a233d6533dcc515f442fd0d9dcc (patch) | |
tree | bb2f929df636f7b8868642b7b4f8bd1050f423cf /app/src/main/res/values/styles.xml | |
parent | 794d153834f04db8171ad63e74be489cdd1b0d3f (diff) |
revert to old colors, blue/orange was indeed ugly
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 10 |
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 9f610b68..3fffef42 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/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="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="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/indigo_A700</item> + <item name="background">@color/blue_grey_700</item> </style> </resources> |