emotionhero/app/src/main/res/values/colors.xml

23 lines
884 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#0000ff</color>
<color name="colorPrimaryDark">#000099</color>
<color name="colorAccent">#ff4081</color>
<color name="colorScenarioLine">#ff0000</color>
<color name="black_overlay">#66000000</color>
<color name="highscore">#ffff00</color>
<!--TODO: implement in Emotion.java-->
<color name="emotion_anger">#ff0000</color>
<color name="emotion_contempt">#0000ff</color>
<color name="emotion_disgust">#009000</color>
<color name="emotion_fear">#ffff00</color>
<color name="emotion_joy">#ff00ff</color>
<color name="emotion_sadness">#ff8c00</color>
<color name="emotion_surprise">#00aaff</color>
<color name="textPrimary">#ffffff</color>
<color name="textSecondary">#999999</color>
<color name="textHighlight">#ffff00</color>
</resources>