Codebase list sugar-artwork / 69ee4be
Forgot about the special SugarFrame style. It also needs to define the parent colors. Benjamin Berg 16 years ago
1 changed file(s) with 20 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
416416 style "frame"
417417 {
418418 bg[NORMAL] = $toolbar_grey
419
420 engine "sugar" {
421 parent_bg_color = $toolbar_grey
422 parent_fg_color = $white
423 }
419424 }
420425
421426 style "notebook-tab"
477482 {
478483 xthickness = 0
479484 ythickness = 0
485
486 bg[NORMAL] = $toolbar_grey
487 bg[INSENSITIVE] = $toolbar_grey
488 base[INSENSITIVE] = $toolbar_grey
489
490 engine "sugar" {
491 parent_fg_color = $white
492 parent_bg_color = $toolbar_grey
493 }
480494 }
481495
482496 style "toolbox"
763777 widget_class "*<SugarTrayIcon>*" style "trayicon"
764778
765779 # Widgets that should get the background color from the parent
766 widget_class "*<GtkEventBox>" style "parent-bg"
767 widget_class "*<GtkLayout>" style "parent-bg"
768 widget_class "*<GtkViewport>" style "parent-bg"
769 widget_class "*<GtkDrawingArea>" style "parent-bg"
770
780 widget_class "*<GtkEventBox>" style "parent-bg"
781 widget_class "*<GtkLayout>" style "parent-bg"
782 widget_class "*<GtkViewport>" style "parent-bg"
783 widget_class "*<GtkDrawingArea>" style "parent-bg"
784 widget_class "*<GtkScrolledWindow>" style "parent-bg"
785