!Style Info

style.name:	MissingYou	
style.author:	Herbalist	
-------------------------------------------------------

! The toolbar itself 
toolbar: Raised Gradient Vertical 
toolbar.color: FFE4D3 
toolbar.colorTo: D0BAAC 
toolbar.fontHeight: 12 
toolbar.fontWeight: Normal 
toolbar.textcolor: 040207

! The buttons on the toolbar 
toolbar.button: Raised Gradient Vertical 
toolbar.button.color:  FFE4D3
toolbar.button.colorTo: D0BAAC 

! Color of the button arrows 
toolbar.button.picColor: 040207 

! Buttons in pressed state 
toolbar.button.pressed: Sunken Gradient Vertical 
toolbar.button.pressed.color:  D0BAAC
toolbar.button.pressed.colorTo:	FFE4D3  

! Color of pressed button arrows 
toolbar.button.pressed.picColor: 040207

! The toolbar workspace label 
toolbar.label: Raised Gradient Vertical 
toolbar.label.color: FFE4D3 
toolbar.label.colorTo:  D0BAAC 
toolbar.label.textColor: 040207 

! The toolbar window label 
toolbar.windowLabel: Raised Gradient Vertical 
toolbar.windowLabel.color:  FFE4D3
toolbar.windowLabel.colorTo: D0BAAC
toolbar.windowLabel.textColor: 040207

! The toolbar clock 
toolbar.clock:  Raised Gradient Vertical
toolbar.clock.color:  FFE4D3
toolbar.clock.colorTo:   D0BAAC
toolbar.clock.textColor: 040207

! 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 
menu.title.color:  FFE4D3
menu.title.colorTo: D0BAAC 
menu.title.textColor: 040207 
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:  FEF0E7
menu.frame.colorTo:  FEF0E7
menu.frame.textColor: 040207  
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 

! The highlighted menu item 
menu.hilite:  Raised Gradient Vertical Bevel2
menu.hilite.color:   FFE4D3
menu.hilite.colorTo: D0BAAC 
menu.hilite.textColor: FEF0E7 

-----------------------------------------------------------------

! A focused window 
window.title.focus: Raised Gradient Vertical Bevel2 
window.title.focus.color:  FFE4D3
window.title.focus.colorTo: D0BAAC 

! An unfocused window 
window.title.unfocus:  Sunken Gradient Vertical Bevel2
window.title.unfocus.color:  D0BAAC 
window.title.unfocus.colorTo: FFE4D3 

! Window label 
window.label.focus: Raised Gradient Vertical Bevel2 
window.label.focus.color:  FFE4D3
window.label.focus.colorTo: D0BAAC 
window.label.focus.textColor: 040207 

window.label.unfocus:   Sunken Gradient Vertical Bevel2
window.label.unfocus.color:  D0BAAC
window.label.unfocus.colorTo: FFE4D3 
window.label.unfocus.textColor: FEF0E7 

! Handle bar 
window.handle.focus:  Sunken Gradient Vertical Bevel2
window.handle.focus.color: FFE4D3 
window.handle.focus.colorTo: D0BAAC 

window.handle.unfocus:  Raised Gradient Vertical Bevel2
window.handle.unfocus.color: D0BAAC 
window.handle.unfocus.colorTo: FFE4D3 

! Resize grips 
window.grip.focus:  Raised Gradient Vertical Bevel2 
window.grip.focus.color: FFE4D3  
window.grip.focus.colorTo: D0BAAC 

window.grip.unfocus: Sunken Gradient Vertical Bevel2
window.grip.unfocus.color:  D0BAAC
window.grip.unfocus.colorTo: FFE4D3 

! Window buttons 
window.button.focus: Sunken Gradient Vertical Bevel2 
window.button.focus.color:   040207 
window.button.focus.colorTo:  FFE4D3  
window.button.focus.picColor: FFE4D3  

window.button.unfocus:  Raised Gradient Vertical Bevel2
window.button.unfocus.color:   FFE4D3
window.button.unfocus.colorTo:  040207
window.button.unfocus.picColor: FFE4D3

window.button.pressed: Texture 
window.button.pressed.color: D0BAAC
window.button.pressed.colorTo: Color 
window.button.pressed.picColor: FFE4D3 

! Frame around window 
window.frame.focusColor:  040207
window.frame.unfocusColor:   FEF0E7

! Font and justification for window labels 
window.font: Arial 
window.justify: center

-----------------------------------------------------------------

! Miscellaneous resources 

! A border can be drawn round all components 
borderWidth:  0 
borderColor:  040207 

bevelWidth:  0 
handleWidth: 0 

! 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.