aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-26 11:36:03 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:50:32 +0200
commit9f3ecf6bc005579cbdbc6ee832aea75f43bf91c4 (patch)
treea788e3551e4e37608034531564cdc2de13e281ea /OpenKeychain/src/main/res/values/themes.xml
parent0f6acbd03022b5f74a37c56e08bee11032428f70 (diff)
downloadopen-keychain-9f3ecf6bc005579cbdbc6ee832aea75f43bf91c4.tar.gz
open-keychain-9f3ecf6bc005579cbdbc6ee832aea75f43bf91c4.tar.bz2
open-keychain-9f3ecf6bc005579cbdbc6ee832aea75f43bf91c4.zip
Make log background themeable
Diffstat (limited to 'OpenKeychain/src/main/res/values/themes.xml')
-rw-r--r--OpenKeychain/src/main/res/values/themes.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/themes.xml b/OpenKeychain/src/main/res/values/themes.xml
index 83143cbbf..68ce63eb4 100644
--- a/OpenKeychain/src/main/res/values/themes.xml
+++ b/OpenKeychain/src/main/res/values/themes.xml
@@ -15,6 +15,7 @@
<item name="colorHeaderText">#212121</item>
<item name="colorTertiaryText">#808080</item>
<item name="colorButtonRow">#33cccccc</item>
+ <item name="colorLogBackground">#cecbce</item>
<!-- remove actionbar and title, we use toolbar! -->
<item name="windowNoTitle">true</item>
@@ -38,6 +39,7 @@
<item name="colorHeaderText">#a0a0a0</item>
<item name="colorTertiaryText">#808080</item>
<item name="colorButtonRow">#33cccccc</item>
+ <item name="colorLogBackground">#303030</item>
<!-- remove actionbar and title, we use toolbar! -->
<item name="windowNoTitle">true</item>