Changed the name attribute to a color to their respective on screen strings

This commit is contained in:
Apoc
2017-11-01 15:44:33 +01:00
parent 0b6e89dde4
commit 1fc8205530

View File

@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colors>
<color name="lightblue">
<color name="Light Blue">
<base color="#03A9F4"/>
<light color="#E1F5FE"/>
<dark color="#0277BD"/>
<transparency value="0.75"/>
</color>
<color name="lightgreen">
<color name="Light Green">
<base color="#8BC34A"/>
<light color="#F1F8E9"/>
<dark color="#558B2F"/>
<transparency value="0.75"/>
</color>
<color name="lightred">
<color name="Red">
<base color="#F44336"/>
<light color="#FFEBEE"/>
<dark color="#C62828"/>