summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-14 13:19:28 +0300
committerAndrew Dolgov <[email protected]>2015-02-14 13:19:28 +0300
commit079328118c618d8f23f4fb411b181be07211f6e5 (patch)
treeaa13b730a2fcce9e9d3e521994b6d67eed5c4a98 /org.fox.ttrss/src/main/res/values
parent7ae7edfbe0d43aacb76c15807af9f7ce0929f255 (diff)
increase dark theme contrast
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 5b57e6cd..cd921f88 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -96,7 +96,7 @@
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_dark</item>
<item name="headlineSelectedSecondaryTextColor">?headlineSelectedExcerptTextColor</item>
<item name="headlineSelectedBackground">?feedsSelectedBackground</item>
- <item name="headlineUnreadBackground">#383c42</item>
+ <item name="headlineUnreadBackground">@android:color/black</item>
<item name="linkColor">?colorPrimary</item>
<item name="loadingBackground">@android:color/black</item>
<item name="articleNoteTextColor">@android:color/secondary_text_dark</item>