Michael Chalupiak 24d4801414 themes
2025-02-01 15:42:37 -05:00

83 lines
1.4 KiB
Plaintext
Executable File

########################################################################
# Menubar
########################################################################
style "menubar"
{
### Menubar ###
engine "pixmap"
{
image
{
function = BOX
file = "menubar/menubar.png"
border = {3, 3, 3, 3}
stretch = TRUE
}
}
}
style "menu"
{
### Menu ###
engine "pixmap"
{
image
{
function = BOX
file = "menubar/menu.png"
border = {3, 3, 3, 3}
stretch = TRUE
}
}
}
class "GtkMenuBar*" style "menubar"
class "GtkMenu" style "menu"
style "toolbar"
{
xthickness = 5
ythickness = 1
engine "pixmap"
{
image
{
function = BOX
file = "toolbar/toolbar.png"
border = {4, 4, 4, 4}
stretch = TRUE
}
}
}
class "Gtk*Toolbar" style "toolbar"
style "handlebox" = "default"
{
xthickness = 0
ythickness = 0
engine "pixmap"
{
image
{
function = HANDLE
overlay_file = "toolbar/handlebox-v.png"
overlay_border = {0, 0, 0, 0}
overlay_stretch = FALSE
orientation = VERTICAL
}
image
{
function = HANDLE
overlay_file = "toolbar/handlebox-h.png"
overlay_border = {0, 0, 0, 0}
overlay_stretch = FALSE
orientation = HORIZONTAL
}
}
}
#widget_class "*HandleBox" style "handlebox"
class "*HandleBox" style "handlebox"