60 lines
992 B
Plaintext
Executable File
60 lines
992 B
Plaintext
Executable File
#################### MENUBAR ###################
|
|
|
|
|
|
style "menubar"
|
|
{
|
|
#font_name = "Segoe UI Bold 9"
|
|
#font_name = "Sans 8"
|
|
fg[NORMAL] = "#ffffff"
|
|
text[NORMAL] = "#ffffff"
|
|
fg[PRELIGHT] = "#ffffff"
|
|
fg[ACTIVE] = "#ffffff"
|
|
# fg[INSENSITIVE] = "#DDE4FF"
|
|
# text[PRELIGHT] = "#DDE4FF"
|
|
|
|
xthickness = 1
|
|
ythickness = 2
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = BOX
|
|
state = NORMAL
|
|
file = "Menu-Menubar/menubar-blue.png"
|
|
border = { 2, 2, 2, 2 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
image
|
|
{
|
|
function = BOX
|
|
state = ACTIVE
|
|
file = "Menu-Menubar/menubar-blue.png"
|
|
border = { 2, 2, 2, 2 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
image
|
|
{
|
|
function = BOX
|
|
state = INSENSITIVE
|
|
file = "Menu-Menubar/menubar-inactive.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
|
|
}
|
|
|
|
}
|
|
}
|
|
|