aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-02-22 21:16:40 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-02-22 21:16:40 +0100
commitd0be3bd7ea5ea2c3ef40aa9899c5255f037f6ebc (patch)
tree692ee08fa39ee0213b485bc1ad13fa71fdc86313 /OpenKeychain/src/main/res/values/themes.xml
parent6008b65bbd1c96947ad49ccd6dff8bcc69ea43ed (diff)
downloadopen-keychain-d0be3bd7ea5ea2c3ef40aa9899c5255f037f6ebc.tar.gz
open-keychain-d0be3bd7ea5ea2c3ef40aa9899c5255f037f6ebc.tar.bz2
open-keychain-d0be3bd7ea5ea2c3ef40aa9899c5255f037f6ebc.zip
Once again: Colors and header image
Diffstat (limited to 'OpenKeychain/src/main/res/values/themes.xml')
-rw-r--r--OpenKeychain/src/main/res/values/themes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/values/themes.xml b/OpenKeychain/src/main/res/values/themes.xml
index 885d5e682..147bd8d4c 100644
--- a/OpenKeychain/src/main/res/values/themes.xml
+++ b/OpenKeychain/src/main/res/values/themes.xml
@@ -5,8 +5,8 @@
<!--<style name="KeychainTheme.Base" parent="HoloKeychainTheme">-->
<style name="KeychainTheme.Base" parent="Theme.AppCompat.Light">
- <item name="colorPrimary">@color/colorPrimary</item>
- <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
+ <item name="colorPrimary">@color/primary</item>
+ <item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>
<item name="android:windowNoTitle">true</item>