Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added colors
  • Loading branch information
niven committed Jan 14, 2012
1 parent 26801d3 commit 3567dce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion res/values/colors.xml
Expand Up @@ -2,5 +2,8 @@
<resources>
<color name="notification_green">#00ff00</color>
<color name="notification_red">#ff0000</color>
<color name="notification_orange">#ff8c00</color>
<color name="notification_orange">#ff8c00</color>
<color name="normal_text">#ffffff</color>
<color name="word_unguessed">#a276eb</color>
<color name="word_guessed">#70c656</color>
</resources>

0 comments on commit 3567dce

Please sign in to comment.