You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
artwork/usr/share/lxdm/themes/1004-Lubuntu/gtkrc

51 lines
777 B

style "back"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
shadow=NONE
state = NORMAL
file="wall.svg"
stretch=TRUE
detail = "base"
}
}
}
style "time"
{
fg[NORMAL]="#ffffff"
font_name="Sans 12"
}
style "prompt"
{
fg[NORMAL]="#ffffff"
font_name="Sans Bold 14"
}
# Normally this won't paint an invisible event box, but we did some hacks in greeter.c.
style "bottom"
{
font_name="Sans 12"
fg[NORMAL] = "#9E9D9B"
engine "pixmap"
{
image
{
function = FLAT_BOX
file="shade.png"
stretch=TRUE
detail="eventbox"
}
}
}
widget "lxdm" style "back"
widget "lxdm.*.time" style "time"
widget "lxdm.*.prompt" style "prompt"
widget "lxdm.*.bottom_pane" style "bottom"
widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"