We have some more good news on the skinning system in the next version...
We have created a way to specify colors for EVERYTHING that is not an image in eJukebox. eJukebox Buttons, text colors for things like the playtime
and songlist title, border colors, popup menu colors, etc. The color definitions for all these things will be located in the colors.ini file.
The colors you specify in the INI will need to be in LONG format (i.e. Black=0 White=16777215) instead of the HEX format the .DIS files use.
Here is an example of the ini settings for the A-Z Artist List Letter Buttons:
[ArtistBarLetters]
UseDefault=0
Background=16744576
Text=0
HiBackground=16777215
HiText=0
Style=9
SelBackground=16777215
SelText=0
SelStyle=3
"Hi" being for when the mouse is over the button. "Sel" for after it is clicked.
eJukebox's non-image buttons also have the following styles available:
1 = Windows 16-bit
2 = Windows 32-bit
3 = Windows XP
4 = Mac
5 = Java metal
6 = Netscape 6
7 = Simple Flat
8 = Flat Highlight
9 = Office XP
12 = 3D Hover
13 = Oval Flat
14 = KDE 2