change font color in weather module (2 Viewers)

A

Anonymous

Guest
for better look, you can change the colors in the weather module by editing myweather.xml.
try this :
<window>
<id>2600</id>
<defaultcontrol>2</defaultcontrol>
<controls>
<control>
<description>background image</description>
<type>image</type>
<id>1</id>
<posX>0</posX>
<posY>0</posY>
<width>720</width>
<height>576</height>
<texture>background.png</texture>
</control>
<control>
<description>Files BG</description>
<type>image</type>
<id>1</id>
<posX>55</posX>
<posY>60</posY>
<texture>panel-weather.png</texture>
</control>
<control>
<description>Panel</description>
<type>image</type>
<id>1</id>
<posX>50</posX>
<posY>135</posY>
<width>180</width>
<height>200</height>
<texture>panel.png</texture>
</control>
<control>
<description>My Weather Text</description>
<type>label</type>
<id>0</id>
<posX>200</posX>
<posY>80</posY>
<label>8</label>
<font>font14</font>
<textcolor>FFB2D4F5</textcolor>
</control>
<control>
<description>TWC Logo</description>
<type>image</type>
<id>101</id>
<posX>90</posX>
<posY>230</posY>
<width>86</width>
<height>64</height>
<texture>weather\logos\TWClogo_64px.png</texture>
</control>
<control>
<description>Middle Bar</description>
<type>image</type>
<id>1</id>
<posX>64</posX>
<posY>218</posY>
<width>145</width>
<texture>middle-bar.png</texture>
</control>
<control>
<description>Refresh Button</description>
<type>button</type>
<id>2</id>
<posX>64</posX>
<posY>158</posY>
<label>184</label>
<onleft>2</onleft>
<onright>2</onright>
<onup>3</onup>
<ondown>3</ondown>
</control>
<control>
<description>weather location select</description>
<type>spincontrol</type>
<id>3</id>
<posX>90</posX>
<posY>198</posY>
<reverse>yes</reverse>
<onup>2</onup>
<ondown>2</ondown>
<onleft>3</onleft>
<onright>3</onright>
</control>
<control>
<description>Current Temp static label</description>
<type>label</type>
<id>223</id>
<posX>394</posX>
<posY>150</posY>
<label>Temp</label>
<font>font13</font>
<textcolor>FF99FF33</textcolor>
</control>
<control>
<description>current feels like static label</description>
<type>label</type>
<id>224</id>
<posX>394</posX>
<posY>175</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF99FF33</textcolor>
</control>
<control>
<description>current UV Index static label</description>
<type>label</type>
<id>225</id>
<posX>394</posX>
<posY>200</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF99FF33</textcolor>
</control>
<control>
<description>current wind static label</description>
<type>label</type>
<id>226</id>
<posX>394</posX>
<posY>225</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF99FF33</textcolor>
</control>
<control>
<description>current dew static label</description>
<type>label</type>
<id>227</id>
<posX>394</posX>
<posY>250</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF99FF33</textcolor>
</control>
<control>
<description>current humidity static label</description>
<type>label</type>
<id>228</id>
<posX>394</posX>
<posY>275</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF99FF33</textcolor>
</control>
<control>
<description>location label</description>
<type>label</type>
<id>10</id>
<posX>394</posX>
<posY>75</posY>
<label>-</label>
<font>font16</font>
<textcolor>FFCC33CC</textcolor>
</control>
<control>
<description>update time label</description>
<type>label</type>
<id>11</id>
<posX>394</posX>
<posY>105</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFF99FF</textcolor>
</control>
<control>
<description>current weather icon</description>
<type>image</type>
<id>21</id>
<posX>220</posX>
<posY>130</posY>
<texture>-</texture>
<colorkey>FFFF00FF</colorkey>
<colordiffuse>20FFFFFF</colordiffuse>
</control>
<control>
<description>current condition label</description>
<type>label</type>
<id>22</id>
<posX>230</posX>
<posY>275</posY>
<width>50</width>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>current temp label</description>
<type>label</type>
<id>23</id>
<posX>500</posX>
<posY>150</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>current feels like label</description>
<type>label</type>
<id>24</id>
<posX>500</posX>
<posY>175</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>current UV Index label</description>
<type>label</type>
<id>25</id>
<posX>500</posX>
<posY>200</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>current wind label</description>
<type>label</type>
<id>26</id>
<posX>500</posX>
<posY>225</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>current dew label</description>
<type>label</type>
<id>27</id>
<posX>500</posX>
<posY>250</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>current humidity label</description>
<type>label</type>
<id>28</id>
<posX>500</posX>
<posY>275</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 0 label</description>
<type>label</type>
<id>31</id>
<posX>200</posX>
<posY>330</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF66FFFF</textcolor>
</control>
<control>
<description>day 0 Hi label</description>
<type>label</type>
<id>32</id>
<posX>200</posX>
<posY>355</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 0 low label</description>
<type>label</type>
<id>33</id>
<posX>200</posX>
<posY>380</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 0 general weather label</description>
<type>label</type>
<id>34</id>
<posX>200</posX>
<posY>480</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 0 icon</description>
<type>image</type>
<id>35</id>
<posX>200</posX>
<posY>405</posY>
<texture>-</texture>
<colorkey>FFFF00FF</colorkey>
<colordiffuse>20FFFFFF</colordiffuse>
</control>
<control>
<description>day 1 label</description>
<type>label</type>
<id>41</id>
<posX>325</posX>
<posY>330</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF66FFFF</textcolor>
</control>
<control>
<description>day 1 Hi label</description>
<type>label</type>
<id>42</id>
<posX>325</posX>
<posY>355</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 1 low label</description>
<type>label</type>
<id>43</id>
<posX>325</posX>
<posY>380</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 1 general weather label</description>
<type>label</type>
<id>44</id>
<posX>325</posX>
<posY>480</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 1 icon</description>
<type>image</type>
<id>45</id>
<posX>325</posX>
<posY>405</posY>
<texture>-</texture>
<colorkey>FFFF00FF</colorkey>
<colordiffuse>20FFFFFF</colordiffuse>
</control>
<control>
<description>day 2 label</description>
<type>label</type>
<id>51</id>
<posX>450</posX>
<posY>330</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF66FFFF</textcolor>
</control>
<control>
<description>day 2 Hi label</description>
<type>label</type>
<id>52</id>
<posX>450</posX>
<posY>355</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 2 low label</description>
<type>label</type>
<id>53</id>
<posX>450</posX>
<posY>380</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 2 general weather label</description>
<type>label</type>
<id>54</id>
<posX>450</posX>
<posY>480</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 2 icon</description>
<type>image</type>
<id>55</id>
<posX>450</posX>
<posY>405</posY>
<texture>-</texture>
<colorkey>FFFF00FF</colorkey>
<colordiffuse>20FFFFFF</colordiffuse>
</control>
<control>
<description>day 3 label</description>
<type>label</type>
<id>61</id>
<posX>575</posX>
<posY>330</posY>
<label>-</label>
<font>font13</font>
<textcolor>FF66FFFF</textcolor>
</control>
<control>
<description>day 3 Hi label</description>
<type>label</type>
<id>62</id>
<posX>575</posX>
<posY>355</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 3 low label</description>
<type>label</type>
<id>63</id>
<posX>575</posX>
<posY>380</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 3 general weather label</description>
<type>label</type>
<id>64</id>
<posX>575</posX>
<posY>480</posY>
<label>-</label>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
</control>
<control>
<description>day 3 icon</description>
<type>image</type>
<id>65</id>
<posX>575</posX>
<posY>405</posY>
<texture>-</texture>
<colorkey>FFFF00FF</colorkey>
<colordiffuse>20FFFFFF</colordiffuse>
</control>
</controls>
</window>
 

Users who are viewing this thread

Top Bottom