minor color changes

This commit is contained in:
Adrian Ulrich 2015-04-03 10:47:28 +02:00
parent b4334a86f1
commit 6e9a108098

View File

@ -23,12 +23,12 @@ THE SOFTWARE.
<resources>
<!-- Color used in LibraryActivity list dividers -->
<color name="divider_color">#00ff00</color>
<color name="overlay_color">#aeee</color>
<color name="overlay_color">#feee</color>
<!-- Material design primary colors -->
<color name="vanillaPrimary">#9e9d24</color>
<color name="vanillaPrimaryDark">#827717</color>
<color name="vanillaAccent">#689f38</color>
<color name="vanillaPrimary">#607D8B</color>
<color name="vanillaPrimaryDark">#455A64</color>
<color name="vanillaAccent">#9E9E9E</color>
<!-- styles -->
<style name="VanillaBase" parent="android:Theme.Material.Light">