Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bab1a9f7c6224690457dd45f8fb6818c > files > 2

lxlauncher-0.2.1-1mdv2010.0.i586.rpm

style "launcher-bg" { # for the background GtkWindow
    bg[NORMAL] = "#3675AD"
}
style "launcher-fg" { # for the text size/color
    font_name="Sans Bold 11"
    fg[NORMAL]="#3675AD"
    fg[PRELIGHT]="#3675AD"
}
style "launcher-nb" = "launcher-fg" { #for the notebook
    bg[NORMAL] = "#ffffff"
    #"bg[SELECTED] = "#3675AD"
    fg[ACTIVE] = "#ffffff" #text color for non-active tabs
    bg[ACTIVE] = "#3675AD" #the other non-active tabs
}
widget_class "*<GtkNotebook>" style "launcher-nb"
widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb"
widget "GtkWindow" style "launcher-bg"
widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg"
widget_class "*<GtkVBox><GtkHBox><GtkLabel>" style "launcher-fg"