Buroid is a Winamp 3 skin that uses Winamp 3's default colors in the Media Library as well as in the Playlist Editor and other generic windows. If you want to preserve much of the original Winamp 3 look and feel then you will need to add two more color definitions to Buroid's
system-colors.xml:
PHP Code:
<color id="wasabi.window.text" value="255,255,255" gammagroup="Text"/>
<color id="wasabi.window.background" value="127,127,127" gammagroup="Backgrounds"/>
wasabi.window.text defines the text color of the Search label and the Library info text in the Media Library, which is white in Winamp 3.
wasabi.window.background defines the color of the window background outside the treeview and listview panels. If it were not defined then Winamp would pick a pixel from wasabi.frame.basetexture, which would be too light for the white text.