diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/colors.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index ed0a0ffb..fdaff5da 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -9,5 +9,7 @@ <color name="secondarybackground" type="color">#ffeeeeee</color> <color name="darkbackground" type="color">#ff323232</color> <color name="divider">#1f000000</color> - <color name="warningtext">#ffe51c23</color> + <color name="red">#ffe51c23</color> + <color name="orange">#ffff9800</color> + <color name="green">#ff259b24</color> </resources>
\ No newline at end of file |