2014-03-29 02:02:09 -07:00

55 lines
767 B
Plaintext
Executable File

#################### MENUBAR ###################
style "menubar"
{
fg[NORMAL] = "#555555"
xthickness = 2
ythickness = 4
engine "pixmap"
{
image
{
function = BOX
state = NORMAL
file = "Others/null.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "Others/null.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "Others/null.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Menu-Menubar/menuitem.png"
border = { 10, 10, 10, 10 }
stretch = TRUE
}
}
}