#################### 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 } } }