${#!coffee
@themeStyle = ->
@tabLabelLeftEdge = ( @options.tabLabelLeftEdge or 12 )
@tabLabelRightEdge = ( @options.tabLabelRightEdge or 9 )
@tabLabelHeight = ( @options.tabLabelHeight or 24 )
@fontStyle =
fontFamily: 'Helvetica, Arial, sans-serif'
fontSize: '12px'
fontWeight: 'bold'
@tabLabelFillBg = true
}