As you can see some items have "Color" or "Clr" in it, these are 256 color definitions.
They are tagged in the HTML color format (Red, Green, Blue), your Paint program can show the color codes
For example:
FFFFFF = white
000000 = black
The numbers are from 0 to 256 in hexagonal value (0, 1,..., 8, 9, A, B, C, D, E, F)
So F = 16, FF = (16x16 = 256)
On every line after the "=" you may edit the value
Other lines show a ".bmp" which means they refer to painted images
The images may have any color depth ( 2 to 16 million colors), but keep in mind the more colors the more memmory it uses.
Open an image from the Default skin in your paint app and edit it.
Each image may have the size you want, now even the heights of PlayersPanel and AudioCtrlPanel
Here's an explanation list of each item:
Form | The mainwindow background color |
FormText | The default text color for mainwindow |
List | Colors of the playlist and database grids |
ListArrow | The triangles shown in scrollbars of playlist and database |
ListFixed | Color of fixed row in playlist and database |
ListSelect | Color for selected rows in playlist and database |
MP3Icon, OGGIcon, WAVIcon | Images for defining a MP3/OGG/WAV file in database |
LeftIcon | Image in playlist that row is playing in left player |
RightIcon | Image in playlist that row is playing in right player |
PlayedIcon | Image in playlist that row is played |
NotPlayIcon | Image in playlist that row won't be played |
TalkBtn | Talkover button |
PlayersPanel | Background image players |
AudioCtrlPanel | Background image crossfader |
AutoXFade | Color for the "Automatic crossfade text" |
PosLed | Position leds (below time counter) |
VULed | Volume leds |
CuePointThumb | Thumb image for cue position (below position leds) |
VolumeThumb | Thumb image for Volume sliders |
PitchThumb | Thumb image for pitch sliders |
Eject | Eject buttons |
Stop | Stop buttons |
etc. | etc. |