mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
73 lines
1.4 KiB
Text
Executable file
73 lines
1.4 KiB
Text
Executable file
style "toolbar"
|
|
{
|
|
engine "pixmap"
|
|
{
|
|
|
|
image
|
|
{
|
|
function = BOX
|
|
file = "Toolbar/toolbar-light.png"
|
|
border = { 2, 2, 2, 2 }
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
style "toolbuttons" = "default"
|
|
{
|
|
xthickness = 3
|
|
ythickness = 1
|
|
|
|
GtkWidget::focus_padding = 0
|
|
|
|
engine "pixmap" {
|
|
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = NORMAL
|
|
file = "Toolbar/toolbutton-normal.png"
|
|
border = { 4, 4, 4, 4 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = PRELIGHT
|
|
file = "Toolbar/toolbutton-prelight.png"
|
|
border = { 4, 4, 4, 4 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = ACTIVE
|
|
file = "Toolbar/toolbutton-pressed.png"
|
|
border = { 4, 4, 4, 4 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = INSENSITIVE
|
|
file = "Toolbar/toolbutton-normal.png"
|
|
border = { 4, 4, 4, 4 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
|
|
image
|
|
{
|
|
function = FOCUS
|
|
recolorable = TRUE
|
|
file = "Toolbar/toolbutton-focus.png"
|
|
border = { 4, 4, 4, 4 }
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|