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

58 lines
918 B
Plaintext

#################### MENUBAR ###################
style "menubar"
{
fg[NORMAL] = "#0dd2e5"
text[NORMAL] = "#0dd2e5"
fg[PRELIGHT] = "#0dd2e5"
fg[ACTIVE] = "#0dd2e5"
fg[INSENSITIVE] = "#0dd2e5"
text[PRELIGHT] = "#0dd2e5"
xthickness = 1
ythickness = 2
engine "pixmap"
{
image
{
function = BOX
state = NORMAL
file = "Menu-Menubar/menubar.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "Menu-Menubar/menubar.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "Menu-Menubar/menubar.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Menu-Menubar/menubar-item.png"
border = { 10, 10, 10, 10 }
stretch = TRUE
}
}
}