!Style Info

style.name:	SeeYouLater	
style.author:	Herbalist	
-------------------------------------------------------

! The toolbar itself 
toolbar: Raised Gradient Vertical Bevel2
toolbar.color: CEBEA4
toolbar.colorTo: CEBEA4 
toolbar.fontHeight: 12 
toolbar.fontWeight: Normal 
toolbar.textcolor: 5E3825

! The buttons on the toolbar 
toolbar.button: Raised Gradient Vertical 
toolbar.button.color:  CEBEA4
toolbar.button.colorTo: CEBEA4 

! Color of the button arrows 
toolbar.button.picColor:  5E3825

! Buttons in pressed state 
toolbar.button.pressed: Sunken Gradient Vertical bevel2
toolbar.button.pressed.color:  F7F3EA
toolbar.button.pressed.colorTo:	F7F3EA 

! Color of pressed button arrows 
toolbar.button.pressed.picColor: 5E3825

! The toolbar workspace label 
toolbar.label: Raised Gradient Vertical bevel2
toolbar.label.color:  CEBEA4
toolbar.label.colorTo:  CEBEA4 
toolbar.label.textColor:  5E3825

! The toolbar window label 
toolbar.windowLabel: Raised Gradient Vertical bevel2
toolbar.windowLabel.color:  F7F3EA
toolbar.windowLabel.colorTo: F7F3EA
toolbar.windowLabel.textColor: 5E3825

! The toolbar clock 
toolbar.clock:  Raised Gradient Vertical
toolbar.clock.color:  CEBEA4
toolbar.clock.colorTo:   CEBEA4
toolbar.clock.textColor: 5E3825

! How the toolbar's text should be justified 
toolbar.justify: center 

! Font to be used for all toolbar components 
toolbar.font: Arial

----------------------------------------------------------------- 

! The menu titlebar 
menu.title: Raised Gradient Vertical Bevel2
menu.title.color:  5E3825
menu.title.colorTo: 5E3825 
menu.title.textColor: CEBEA4
menu.title.font: Arial
menu.title.fontHeight: 13 
menu.title.fontWeight: Bold 
menu.title.justify: center 

! The menu frame 
menu.frame:  Sunken Gradient Vertical Bevel2
menu.frame.color:  CEBEA4
menu.frame.colorTo:  CEBEA4
menu.frame.textColor: 5E3825  
menu.frame.disableColor:  
menu.frame.font: Arial 
menu.frame.fontHeight: 12 
menu.frame.fontWeight: Normal 
menu.frame.justify: left 

! Bullets for submenu items 
menu.bullet: triangle 
menu.bullet.position: right 
menu.bulletcolor: 5E3825

! The highlighted menu item 
menu.hilite:  Raised Gradient Vertical Bevel2
menu.hilite.color:   F7F3EA
menu.hilite.colorTo:  F7F3EA
menu.hilite.textColor: 5E3825

-----------------------------------------------------------------

! A focused window 
window.title.focus: Raised Gradient Vertical Bevel2 
window.title.focus.color: CEBEA4 
window.title.focus.colorTo: CEBEA4 

! An unfocused window 
window.title.unfocus:  Sunken Gradient Vertical Bevel2
window.title.unfocus.color: F7F3EA  
window.title.unfocus.colorTo: F7F3EA 

! Window label 
window.label.focus: Raised Gradient Vertical Bevel2 
window.label.focus.color:  CEBEA4
window.label.focus.colorTo:  CEBEA4
window.label.focus.textColor: 5E3825 

window.label.unfocus:   Sunken Gradient Vertical Bevel2
window.label.unfocus.color:  F7F3EA
window.label.unfocus.colorTo:  F7F3EA
window.label.unfocus.textColor: 5E3825 

! Handle bar 
window.handle.focus:  Sunken Gradient Vertical Bevel2
window.handle.focus.color: CEBEA4 
window.handle.focus.colorTo: CEBEA4 

window.handle.unfocus:  Raised Gradient Vertical Bevel2
window.handle.unfocus.color:  F7F3EA 
window.handle.unfocus.colorTo: F7F3EA 

! Resize grips 
window.grip.focus:  Raised Gradient Vertical Bevel2 
window.grip.focus.color: F7F3EA   
window.grip.focus.colorTo: F7F3EA  

window.grip.unfocus: Sunken Gradient Vertical Bevel2
window.grip.unfocus.color:  CEBEA4
window.grip.unfocus.colorTo:  CEBEA4

! Window buttons 
window.button.focus: Sunken Gradient Vertical Bevel2 
window.button.focus.color:    F7F3EA
window.button.focus.colorTo:   F7F3EA 
window.button.focus.picColor:  5E3825 

window.button.unfocus:  Raised Gradient Vertical Bevel2
window.button.unfocus.color:   CEBEA4
window.button.unfocus.colorTo:  CEBEA4
window.button.unfocus.picColor: 5E3825

window.button.pressed: Texture 
window.button.pressed.color: 
window.button.pressed.colorTo: Color 
window.button.pressed.picColor: FFE4D3 

! Frame around window 
window.frame.focusColor:  CEBEA4
window.frame.unfocusColor:  F7F3EA 

! Font and justification for window labels 
window.font: Arial 
window.justify: center

-----------------------------------------------------------------

! Miscellaneous resources 

! A border can be drawn round all components 
borderWidth:  1 
borderColor:  000000 

bevelWidth:  0 
handleWidth: 3 

! Width of the window frame (from Blackbox for *nix version 0.61 and later) 
! When not specified, frameWidth defaults to the value of bevelWidth 
frameWidth: A number of pixels >= 0 

! This command is executed whenever this style is selected, 
! and typically it sets the wallpaper to a nice picture or gradient 
rootCommand: Shell command, e.g. bsetroot -gradient diagonalinterlaced -from 999999 -to 111111 

! Some of the (*nix) bbtools read these old Blackbox for *nix version 0.51 resources... 
menuFont: Font 
titleFont: Font 

Remember, when you create your own style, you can easily set several keys with a single "wildcard" command... 

*color: slategrey 
*colorTo: darkslategrey 
*unfocus.color: darkslategrey 
*unfocus.colorTo: black 
*textColor: white 
*unfocus.textColor: lightgrey 
*font: verdana 

...which will give you a nice set of defaults for several components. DISCLAIMER: Wildcards are not fully implemented yet, so if you want to be on the safe side please consider using the "normal" tags for each element.