summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-11 15:07:07 +0300
committerAndrew Dolgov <[email protected]>2017-12-11 15:07:07 +0300
commitf70149ec60e6bfff40be28219b41719df0dff03d (patch)
treebfd4c754f12fc67358a85e61c46334990dd7d34c /org.fox.ttrss/src/main/res/values/style.xml
parent53fc9d1ee5da1a224870655e4be43bdf3ba4bd0d (diff)
update accent colors for dark theme
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/style.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 5982b87b..d7d3154d 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -100,8 +100,8 @@
<item name="headlineFooterColor">?colorPrimary</item>
<item name="articleHeaderSeparator">#303030</item>
- <item name="colorPrimary">#607D8B</item>
- <item name="colorPrimaryDark">#455A64</item>
+ <item name="colorPrimary">#1e6286</item>
+ <item name="colorPrimaryDark">#18506e</item>
<item name="colorAccent">#D84315</item>
<item name="ic_rss_box">@drawable/ic_rss_box</item>