Quick Question (Noob) What are the color codes? Thread last updated on 2003-03-19 17:14:41

Posted by member 17026 on 2003-03-18 20:37:55

What are the color codes used by LiteStep? I'm trying to edit a theme in step.rc so that the font color is diffrent. The line is this:

statsFontcolor 3e5b7e

What is that color code? How can I get a diffrent code for say, white or black? I don't think it's HTML. Sorry i'm pretty new to this program.

Posted by member 831 on 2003-03-18 21:38:53 link

I think it is html. FFFFFF=white 000000=black

Posted by member 1 on 2003-03-18 21:39:00 link

Posted by member 15023 on 2003-03-18 22:21:12 link

It's RGB Code (Red Green Blue).

The first 2 numbers are how much red is in it.
The second 2 are the green.
The third 2 are the blue.

Different combos of letters and numbers make the percentage of that color.

FF=100%
00=0%

Thats why FFFFFF = white = 100% Red, 100% Green, 100% Blue
And 000000 = black = 0% Red, 0% Green, 0% Blue.

ff0000=red
00ff00=green
0000ff=blue

I hope you can understand it by now....

Posted by member 35 on 2003-03-19 11:44:03 link

and ff00ff is magic pink (that's an important one)

Posted by member 11869 on 2003-03-19 17:14:41 link

The colors are standard 256, 256, 256 colors except it's using hexadecimal.