summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-11 15:12:10 +0300
committerAndrew Dolgov <[email protected]>2017-12-11 15:12:10 +0300
commit7de9ec80fa330960d61c34bd03eb6a7807950029 (patch)
tree15760a29d00be83041c16ccb5663f15a3ea90fd1 /org.fox.ttrss/src/main/res/values
parentf70149ec60e6bfff40be28219b41719df0dff03d (diff)
fix window background colors to properly render status bar (it should be darker than actionbar)
why am i the only one noticing this
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/values/colors.xml b/org.fox.ttrss/src/main/res/values/colors.xml
index 72992e69..7ad81fac 100755
--- a/org.fox.ttrss/src/main/res/values/colors.xml
+++ b/org.fox.ttrss/src/main/res/values/colors.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <item name="window_background" type="color">#ff257eae</item>
- <item name="window_background_dark" type="color">#ff1e6286</item>
+ <item name="window_background" type="color">#216d96</item>
+ <item name="window_background_dark" type="color">#18506e</item>
</resources> \ No newline at end of file