Hornethappy Posted November 14, 2014 Posted November 14, 2014 I'd like to be able to change the text color on the clock to something that stands out a bit more than the current gray. I can change the shadow, background and border colors in the clock .xc file but I can't find a way to change the text itself. Any help is appreciated. Quote
Administrator Aslain Posted November 14, 2014 Administrator Posted November 14, 2014 You need to edit clock.xc and add proper html tags to "format" line. < font color="blue">This text is blue< /font> 1 Quote
Hornethappy Posted November 14, 2014 Author Posted November 14, 2014 Thanks for the quick help, Aslain! Quote
Hornethappy Posted November 15, 2014 Author Posted November 15, 2014 This took a bit of experimenting, so I just wanted to add, for anyone else interested... I added the following ('color='#00A300') to the "format" line so it now looks like this: <font face='$FieldFont' color='#00A300'> Of course, you can use any hex color value you choose. The one used in my example is bright green. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.