update colors (implementing redesign suggested by @darkon5)

This commit is contained in:
chschtsch 2015-11-10 19:55:58 +03:00
parent 224e7a8969
commit 61a09e97ca
2 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primaryColorYoutube">#dd0000</color>
<color name="primaryColorDarkYoutube">#bb0000</color>
<color name="primaryColorYoutube">#cd322e</color>
<color name="primaryColorDarkYoutube">#bc211d</color>
<color name="accentColorYoutube">#000000</color>
<color name="black_overlay">#66000000</color>
</resources>