Added localization data for the currently used colors

This commit is contained in:
Apoc
2017-11-01 16:12:31 +01:00
parent 1fc8205530
commit 2eb1df55e2
2 changed files with 15 additions and 3 deletions

View File

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