summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 15:57:33 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 15:57:33 +0400
commit09d124fd407b7ef7008a0365da63dd42587042ea (patch)
tree2c7ee8eefbb795653ee9e2646f6519c612fad367
parent047b130d4bf730627dd66ec4c1a229454aee748a (diff)
tweak actionbar colors
-rw-r--r--res/values/style.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/style.xml b/res/values/style.xml
index e07c59c9..270579b9 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -96,12 +96,12 @@
</style>
<style name="ActionBar.Light" parent="Widget.AppCompat.ActionBar.Solid">
- <item name="android:background">#4684ff</item>
+ <item name="android:background">#6482AF</item>
<item name="android:titleTextStyle">@style/ActionBarText.Light</item>
</style>
<style name="ActionBar.Sepia" parent="Widget.AppCompat.ActionBar.Solid">
- <item name="android:background">#C46262</item>
+ <item name="android:background">#7F3F3F</item>
<item name="android:titleTextStyle">@style/ActionBarText.Light</item>
</style>