Changed the name attribute to a color to their respective on screen strings
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<colors>
|
<colors>
|
||||||
<color name="lightblue">
|
<color name="Light Blue">
|
||||||
<base color="#03A9F4"/>
|
<base color="#03A9F4"/>
|
||||||
<light color="#E1F5FE"/>
|
<light color="#E1F5FE"/>
|
||||||
<dark color="#0277BD"/>
|
<dark color="#0277BD"/>
|
||||||
<transparency value="0.75"/>
|
<transparency value="0.75"/>
|
||||||
</color>
|
</color>
|
||||||
<color name="lightgreen">
|
<color name="Light Green">
|
||||||
<base color="#8BC34A"/>
|
<base color="#8BC34A"/>
|
||||||
<light color="#F1F8E9"/>
|
<light color="#F1F8E9"/>
|
||||||
<dark color="#558B2F"/>
|
<dark color="#558B2F"/>
|
||||||
<transparency value="0.75"/>
|
<transparency value="0.75"/>
|
||||||
</color>
|
</color>
|
||||||
<color name="lightred">
|
<color name="Red">
|
||||||
<base color="#F44336"/>
|
<base color="#F44336"/>
|
||||||
<light color="#FFEBEE"/>
|
<light color="#FFEBEE"/>
|
||||||
<dark color="#C62828"/>
|
<dark color="#C62828"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user