Board Logo

Track numbers not very visible in Large skin
stsirois - 9-7-2003 at 05:04 AM

I like the addition of the "large
skin v3.3, however, I noticed that it's difficult to see the track numbers since the numbers are lightly colored. With the light background of the large skin, it makes it difficult to see the track numbers. Compare this skin to Pirk's skin & you'll that the numbers are much more visible in Pirk's skin.

Would it be possible to add a thin border around the track numbers, or what would probably be easier is to change the font color of the numbers to something darker. I could probably make this change in the .dis file, no? If so, if someone could give me a head start by pointing out what I should change, I would really appreciate it.

Thanks,
Steve


Pirk - 9-7-2003 at 12:37 PM

Hi Steve,

It's quite easy:
- Open the file songlist-large.dis using Windows Notepad.
- Browse text until the field ".artisthide {"
- Then change the color # in the line "color: #FFFFFF;" like this:

FFFFFF = FF + FF + FF = Red + Green + Blue = R G B

FF = hexadecimal level value of each basic color (any hex value from 00 to FF)

Have you ever mixed painting colors when you was a child? :D If yes, it's easy...
You need to mix R G B value to change the color. ;)

Example:
000000 = Black
FFFFFF = White
FF0000 = Red
00FF00 = Green
0000FF = Blue


Otherwise you can use the color select box of the display options in the albumlist options as an help to choose a color.
There is a "#" field at the bottom which display the hex code of the color you have chosen.
All that you have to do is to copy out in the .dis file!