## This is a style with square corners.

## Rows that begins with # are comments
## Change the name if you make a new style
name=Brit

# To add a background picture to the style simply add a file
# named background.png to the arcive. The picture is automaticly
# tiled to fill the popup. If the picture has transparency it can
# be used together with gradients and the background color. 
# Keep the file as small as possible.

## Remove the # in front of a setting to start using it.
## All the commented options in this file has the default value.
only_for_themes=Brit
######## Popup #########
## Thickness of the border (in pixels)
border_width=1.5

## The color and alpha for the border of the popup
## Alpha goes from 0 (completely transparent) to 100 (completely opaque)
## Remember that this alpha always in 100 if a non-composited window manager is used.
border_color="#ffffff"
#border_aplha=100

## If border_color2 is used that color is the outer border color
## while border_color becomes the inner border color.
#border_color2="#000000"
#border_alpha2=80

## The radius of the corner roundness (in pixels).
popup_roundness=0

## The amount of pixels around the actual content of the popup
## This number includes the border.
popup_padding=5

## Size of the arrow that points towards the application button (in pixels).
arrow_size=9

## The distance between the popup and the application button.
## A negative number makes the arrow overlap the application button.
popup_distance=1

## Padding and distance for the locked list
locked_list_padding=3
locked_list_distance=-9

## Linear gradients
## You can use up to three linear gradients at once. Add the lines and change the number.
## Linear gradients goes from one point (x1, y1) to another (x2,y2) the values are comma
## separated.
#popup_linear_gradient1="0, 0, 0, 50"

## It starts from color1 and goes to color2
#popup_linear_gradient1_color1="#ffffff"
#popup_linear_gradient1_alpha1=25
#popup_linear_gradient1_color2="#FFFFFF"
#popup_linear_gradient1_alpha2=0

## Radial gradients
## You can use up to three radial gradients at once and combine them with linear gradients. ## Add the lines and change the number.
## Radial gradients goes from one circle (x1, y1, radius1) to another (x2,y2, radius2).
## The values are comma separated.
#popup_radial_gradient1=50,30,10,50,30,100

## It starts from color1 at circle1 and goes to color2 at cirlce2
#popup_radial_gradient1_color1="#FFFFFF"
#popup_radial_gradient1_alpha1=25
#popup_radial_gradient1_color2="#FFFFFF"
#popup_radial_gradient1_alpha2=0

######## Window Item ###########
## The border color and alpha of the window item
## Alpha goes from 0 (completely transparent) to 100 (completely opaque)
## This alpha value works in both composited and non-composited window managers.
window_item_border_color="#E04613"
#window_item_border_alpha=80

## The radius of the corner roundness for window items (in pixels).
window_item_roundness=0

## The padding of the window item left and right (lr) and top and bottom (td)
#window_item_lr_padding=5
#window_item_td_padding=5

## Alpha for the window item of the active window. 
## The is color set from preference not the style.
active_item_alpha=2

## The border for the window item of the active window. 
active_item_border_color="#E04613"
#active_item_border_alpha=15

## Color and alpha for the window items of windows that need attention.
# needs_attention_item_color="#FFFFFF"
# needs_attention_item_alpha=25

## The border for the window item of the active window. 
active_item_border_color="#E04613"
#active_item_border_alpha=15



######## Menu Item #############
## The menu item border color and alpha
menu_item_border_color="#E04613"
#menu_item_border_alpha=80

## The radius of the corner roundness for menu items (in pixels).
menu_item_roundness=0

## The padding of the menu item left and right (lr) and top and bottom (td)
menu_item_td_padding=2
menu_item_lr_padding=3

##close button
close_button_size=15
close_button_bg_color="#FFFFFF"
close_button_bg_alpha=100
close_button_hover_bg_color="#FF1800"
close_button_hover_bg_alpha=100
close_button_pressed_bg_color="#ff0000"
close_button_pressed_bg_alpha=100
