summaryrefslogtreecommitdiff
path: root/res/values/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-09 12:22:26 +0400
committerAndrew Dolgov <[email protected]>2013-09-09 12:22:26 +0400
commit30ad3a8eda4e6be6c479aace9851ebbd7aec2134 (patch)
treed8c0f65c6bdb60fc8fcfb5d9e60390396a9c9d9c /res/values/style.xml
parent3785564cab9225dd52906ba3f36262256a7747e5 (diff)
make read dark theme cards a bit brighter
Diffstat (limited to 'res/values/style.xml')
-rw-r--r--res/values/style.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/style.xml b/res/values/style.xml
index fec0dcac..4a8e93ba 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -53,7 +53,7 @@
<item name="articleBackground">@android:color/black</item>
<item name="headlineSelectedBackground">@color/ics_cyan</item>
<item name="headlineUnreadBackground">#202020</item>
- <item name="headlineNormalBackground">#101010</item>
+ <item name="headlineNormalBackground">#151515</item>
<item name="feedsSelectedBackground">@color/ics_cyan</item>
<item name="feedlistTextColor">@android:color/primary_text_dark</item>
<item name="feedlistSelectedTextColor">@android:color/black</item>