mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
142 lines
2.4 KiB
Text
142 lines
2.4 KiB
Text
|
################### MENU #########################
|
||
|
|
||
|
style "menu" = "default"
|
||
|
{
|
||
|
xthickness = 1
|
||
|
ythickness = 1
|
||
|
text[PRELIGHT] = "#000"
|
||
|
fg[PRELIGHT] = "#000"
|
||
|
bg[PRELIGHT] = "#000"
|
||
|
base[PRELIGHT] = "#000"
|
||
|
engine "pixmap"
|
||
|
{
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
recolorable = TRUE
|
||
|
state = NORMAL
|
||
|
detail = "menu"
|
||
|
file = "Menu-Menubar/menu.png"
|
||
|
border = { 34, 3, 3, 3 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
###################### Menuitem #############################
|
||
|
style "menuitem" = "default"
|
||
|
{
|
||
|
xthickness = 1
|
||
|
fg[NORMAL] = "#404040"
|
||
|
fg[SELECTED] = "#404040"
|
||
|
fg[PRELIGHT] = "#404040"
|
||
|
text[PRELIGHT] = "#000"
|
||
|
bg[PRELIGHT] = "#000"
|
||
|
base[PRELIGHT] = "#000"
|
||
|
engine "pixmap"
|
||
|
{
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
recolorable = TRUE
|
||
|
file = "Menu-Menubar/menuitem.png"
|
||
|
border = { 10, 10, 10, 10 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = ARROW
|
||
|
recolorable = TRUE
|
||
|
state = NORMAL
|
||
|
overlay_file = "Arrows/arrow-right-norm.png"
|
||
|
overlay_stretch = FALSE
|
||
|
arrow_direction = RIGHT
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = ARROW
|
||
|
recolorable = TRUE
|
||
|
state = PRELIGHT
|
||
|
overlay_file = "Arrows/arrow-right-prelight.png"
|
||
|
overlay_stretch = FALSE
|
||
|
arrow_direction = RIGHT
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
style "tearoffmenuitem" = "menuitem"
|
||
|
{
|
||
|
engine "pixmap"
|
||
|
{
|
||
|
image
|
||
|
{
|
||
|
function = ARROW
|
||
|
file = "Arrows/arrow-left.png"
|
||
|
stretch = TRUE
|
||
|
arrow_direction = LEFT
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
style "TextoMenu"
|
||
|
{
|
||
|
|
||
|
|
||
|
fg[PRELIGHT] = "#000" #Texto seleccionado
|
||
|
fg[NORMAL] ="#000" #Texto activo
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
#################### MENUBAR ###################
|
||
|
style "menubar"
|
||
|
|
||
|
{
|
||
|
xthickness = 2
|
||
|
ythickness = 0
|
||
|
|
||
|
engine "pixmap"
|
||
|
{
|
||
|
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
recolorable = TRUE
|
||
|
state = PRELIGHT
|
||
|
file = "Menu-Menubar/menubar-item.png"
|
||
|
border = { 5, 5, 5, 5 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = NORMAL
|
||
|
file = "Menu-Menubar/menubar.png"
|
||
|
border = { 0, 2, 0, 2 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = ACTIVE
|
||
|
file = "Menu-Menubar/menubar.png"
|
||
|
border = { 0, 2, 0, 2 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
|
||
|
image
|
||
|
{
|
||
|
function = BOX
|
||
|
state = INSENSITIVE
|
||
|
file = "Menu-Menubar/menubar.png"
|
||
|
border = { 0, 2, 0, 2 }
|
||
|
stretch = TRUE
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|
||
|
}
|