• Welcome to TodayPlus Boards v2.
 

battery/memory/storage text color

Started by Cratos, October 22, 2003, 03:14:20 PM

Previous topic - Next topic

Cratos

Ill go ahead and start this one  :lol:

I am using the default skin "analog-weather.com.txt" and version 0.9.x (See my post in the General forum).

In the battery / memory / storage area my text is pink. I know im lazy to be asking this, especially for a programmer, but can someone point me to the line in the script that is in error.  I just dont have time to learn the skin format right now.
-Cratos

posprg

Do a search for "color"  there are only 5 lines in the default skin.

Down near the bottom of the file

I modified line 785 and 815 to read:  color,font,-1_4_-1    

this will use the today theme color.

posprg

Made a slight adjustment.

Find the color line that has the value of 255_0_255
that is the pink line. I made mine match the theme. I changed the last color line to black (0_0_0) so that when you touch it the values show up better.

Cratos

Ahh yes very nice. Thank you.

Just a note to others that read this. When he said to change the line that contains 255_0_255 he is not talking about the line "color,transparent,255_0_255". There is another.
-Cratos