aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/themes.xml')
-rw-r--r--res/values/themes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 0c4ddc39..97f1db8f 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -8,8 +8,8 @@
</style>
<style name="ConversationsActionBar" parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
- <item name="android:background">#259b24</item>
- <item name="android:backgroundStacked">#0a7e07</item>
+ <item name="android:background">@color/primary</item>
+ <item name="android:backgroundStacked">@color/primarydark</item>
<item name="android:displayOptions">showHome|homeAsUp|showTitle</item>
<item name="android:icon">@android:color/transparent</item>
</style>