aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-14 20:51:30 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-14 20:51:30 +0200
commit9e2b83afa44cc2182773c30af5d0edbf122ec19b (patch)
tree7f2a4205a6871bf4e884c14777dafdec1542ca09 /src/main/res/values
parentabd87c0128241c45522cf20aea42be9d45d7cef9 (diff)
highlight selected conversation in tablet view
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/themes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index c17bb820f..0e58f26a6 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -150,9 +150,9 @@
<item name="colorControlActivated">@color/accent</item>
<item name="text_Color_Main">@color/realwhite</item>
- <item name="color_background_primary">@color/grey800</item>
- <item name="color_background_secondary">@color/grey900</item>
- <item name="color_background_tertiary">@color/grey700</item>
+ <item name="color_background_primary">@color/grey700</item>
+ <item name="color_background_secondary">@color/grey800</item>
+ <item name="color_background_tertiary">@color/grey900</item>
<item name="color_warning">@color/red_a700</item>
<item name="TextColorOnline">@color/green500</item>
<item name="TextColorError">@color/red500</item>