;Preferences
;If B: drive is really there, this must say YES, otherwise says NO
BDriveExists=NO

;Screen Settings
ScreenWidth=800
ScreenHeight=600
ScreenDepth=16

;Backdrop Settings
Backdrop=

;Color is (Red,Green,Blue)     , 0-255 for each
;Shaded is (Gradient number)   , 1 to MaximumGradients
;Texture is (Texture number)   , 1 to 20
ColorWindowBackOff=Color(170,170,170)
ColorWindowBackOn=Color(170,170,170)
ColorWindowTitleBarOff=Shaded(1)
ColorWindowTitleBarOn=Shaded(2)
ColorWindowTitleOff=Color(0,0,0)
ColorWindowTitleOn=Color(255,255,255)
ColorWindowBorderOff=Color(120,120,120)
ColorWindowBorderOn=Color(0,0,128)
ColorShine=Color(255,255,255)
ColorShade=Color(30,30,30)
ColorMShine=Color(220,220,220)
ColorMShade=Color(130,130,130)
ColorGuiBackOff=Shaded(3)
ColorGuiBackOn=Shaded(4)
ColorGuiTextOff=Color(0,0,0)
ColorGuiTextOn=Color(0,0,0)

;Maximums (requires memory, lower the values more memory free)
MaximumWindows=10
MaximumGadgets=100
MaximumLayers=60
MaximumFiles=1000
MaximumGradients=10