Configuration File | Pledit.txt  	 
Pledit.txt gives the font colors and font face for the Playlist Editor track listing as well as the MiniBrowser URL display, located at the bottom of the MiniBrowser.

Here are some sample settings for pledit.txt is:

[Text]
Normal=#FFFFFF
Current=#888888
NormalBG=#000000
SelectedBG=#C0C0C0
MbFG=#FF8924
MbBG=#1A120A
Font=Century Gothic

The funny values are Hexadecimal RBG values (see Hex RGB). Each row has a different setting:

    * Normal - Color of the regular text (Playlist).
    * Current - Color of the current track text (Playlist).
    * NormalBG - Background for normal text (Playlist).
    * SelectedBG - Background for the selected text (Playlist)
    * MbFG - Text color in the MiniBrowser status bar. (MiniBrowser)
    * MbBG - Text background in the MiniBrowser status bar. (MiniBrowser)
    * Font - Font face that's used in both windows
