forked from AuroraMiddleware/gtk
66 lines
1.2 KiB
Plaintext
66 lines
1.2 KiB
Plaintext
style "default"
|
|
{
|
|
fg[NORMAL] = "#ffffff"
|
|
fg[PRELIGHT] = "#ffffff"
|
|
bg_pixmap[NORMAL] = "triangle_background.png"
|
|
# bg_pixmap[NORMAL] = "bc.png"
|
|
bg_pixmap[PRELIGHT] = "bc-light.png"
|
|
bg_pixmap[ACTIVE] = "bc-dark.png" bg_pixmap[INSENSITIVE] = "bc.png"
|
|
}
|
|
|
|
class "GtkWidget" style "default"
|
|
|
|
style "bubble-button"
|
|
{
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = BOX
|
|
file = "bubble-blue.png"
|
|
border = { 8, 8, 8, 8 }
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
# common default
|
|
class "GtkButton" style "bubble-button"
|
|
|
|
style "bubble-range"
|
|
{
|
|
GtkRange::slider_width = 16
|
|
GtkRange::stepper_size = 16
|
|
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = BOX
|
|
file = "bubble-blue.png"
|
|
border = { 8, 8, 8, 8 }
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
# common default
|
|
class "GtkRange" style "bubble-range"
|
|
|
|
style "bubble-menuitem"
|
|
{
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = BOX
|
|
file = "bubble-blue.png"
|
|
border = { 8, 8, 8, 8 }
|
|
stretch = TRUE
|
|
}
|
|
}
|
|
}
|
|
|
|
# common default
|
|
class "GtkMenuItem" style "bubble-menuitem"
|