OK. So i have gotten a lot of people asking me how to do the color hex's. The way it works confuses people. So i will make it way more simple.
1. Add this page. (any favorite you dont want/ need will do.)
2. Open up the favorites, hit the edit button, click on your fav that you dont need/ want, hit the url bar, type this in (change underscores to spaces):
javascript:var_currentcolor=prompt("Enter a 3 or 6 letter hex value","FFF");
3. Once you have that typed in, you can name it whatever you want.
4. While your in a chatroom, click on the favorite and a JavaScript Window shall apear asking you to type in a hex. Type in any hex and your color in the chat will be that hex, contact me if you have any problems.
Now for the not-so-easy to understand, if you havnt the slightest idea how to use hex's. I will endeaver to explain the best i can.
First off, i will only be explaining 3 letter hex values, you wont really need 6.
The way 3 letter hex values work is like a printer, if you look, an ink jet printer only has 3 colors not including black. Those colors are Cyan, Magenta, and Yellow. The printer mixes those to get most every color under the rainbow. This is exactly how hex's work. Each letter/ number corresponds to one of the 3 colors, these colors are the same as the printer, and are in order Cyan, Magenta, Yellow. OK, now that you understand that, we can dive in. Each letter/ number corresponds to a different shade, the shades are: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. 0 is black, F is white. Mix different shades of the 3 colors to get the perfect color you want. for example F70 is a mixture of white, a medium shade of magenta, and black.
Here I will list a few hex's:
FFF- White
000- Black
F0F- Magenta
FF0- Yellow
0FF- Cyan
888- DSiPaint grey (useful for tricking people into thinking they messages )
So yea, just fiddle around with it and you should get it in no time.