diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2015-02-16 14:21:32 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2015-02-16 14:21:32 +0300 |
| commit | b52f2a6d0f3df49728907e780de499c01bdee68a (patch) | |
| tree | be140763fe5804e6c2aca9256d9489b672853cde /org.fox.ttrss/src/main/res/values/style.xml | |
| parent | 4aeac28cb4fc22a3176a485056df1c22ef649261 (diff) | |
mute headline color of read articles a bit
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/style.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/style.xml | 2 |
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 cd921f88..19e18983 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">@android:color/black</item> + <item name="headlineUnreadBackground">#101010</item> <item name="linkColor">?colorPrimary</item> <item name="loadingBackground">@android:color/black</item> <item name="articleNoteTextColor">@android:color/secondary_text_dark</item> |