aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-27 19:34:36 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-27 19:34:36 +0200
commitc8d159adca8258c88e91c8decc41fe1b90afc765 (patch)
treef5b1614fa1ba31e8c475a58e57ad5f8b30bf26c5 /src/main/res/values
parent576b852582ad6a51da0c8abdda2c57116ec57f5e (diff)
some color changes
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/themes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 50cf8e93a..bbfaf6060 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -258,7 +258,7 @@
<item name="icon_save" type="reference">@drawable/ic_save_white_24dp</item>
<item name="icon_done" type="reference">@drawable/ic_done_black_24dp</item>
<item name="icon_group" type="reference">@drawable/ic_group_white_24dp</item>
- <item name="icon_new" type="reference">@drawable/ic_add_white_24dp</item>
+ <item name="icon_new" type="reference">@drawable/ic_contacts_white_24dp</item>
<item name="icon_quote" type="reference">@drawable/ic_reply_white_24dp</item>
<item name="icon_refresh" type="reference">@drawable/ic_refresh_white_24dp</item>
<item name="icon_new_attachment" type="reference">@drawable/ic_attach_file_white_24dp</item>
@@ -318,7 +318,7 @@
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>
- <item name="color_background_primary">@color/grey800</item>
+ <item name="color_background_primary">@color/grey700</item>
<item name="divider">@color/white12</item>
<item name="TextSizeBody2">14sp</item>
<item name="TextSizeDisplay2">45sp</item>