diff -u -r -N sugar-artwork-0.88.0-original/gtk/theme/gtkrc-contrast.em sugar-artwork-0.88.0/gtk/theme/gtkrc-contrast.em<br>--- sugar-artwork-0.88.0-original/gtk/theme/gtkrc-contrast.em    1969-12-31 21:00:00.000000000 -0300<br>
+++ sugar-artwork-0.88.0/gtk/theme/gtkrc-contrast.em    2010-07-14 09:39:23.362770020 -0300<br>@@ -0,0 +1,554 @@<br>+${<br>+import math<br>+<br>+def my_floor(num):<br>+    return int(math.floor(num))<br>+<br>+def my_ceil(num):<br>
+    return int(math.ceil(num))<br>+<br>+<br>+# Should we set the line width in the engine to 2.25, and draw non pixel aligned lines?<br>+# Are these already the correct sizes for the XO?<br>+<br>+# These sizes need to be sanity checked ...<br>
+if scaling == &quot;100&quot;:<br>+    xo = True<br>+    icon_base = 11<br>+else: # About 72% of the XO size, adjusted so that eg. toolbuttons work<br>+    xo = False<br>+    icon_base = 8               # 7.92<br>+<br>+}<br>
+${<br>+icon_small = icon_base * 3<br>+icon_large = icon_base * 5<br>+<br>+small_icons = [ &quot;gtk-menu&quot;, &quot;gtk-dnd&quot;, &quot;gtk-small-toolbar&quot;, &quot;gtk-button&quot; ]<br>+large_icons = [ &quot;gtk-large-toolbar&quot; ]<br>
+<br>+icon_sizes = []<br>+for icon in small_icons:<br>+    icon_sizes += [icon + &quot;=&quot; + str(icon_small) + &#39;,&#39; + str(icon_small)]<br>+for icon in large_icons:<br>+    icon_sizes += [icon + &quot;=&quot; + str(icon_large) + &#39;,&#39; + str(icon_large)]<br>
+<br>+icon_sizes = &quot;:&quot;.join(icon_sizes)<br>+<br>+}<br>+gtk-icon-sizes=&quot;$icon_sizes&quot;<br>+<br>+style &quot;default&quot;   <br>+{ <br>+  engine &quot;hcengine&quot; {<br>+    edge_thickness = 2<br>+  }<br>
+<br>+  xthickness = 2<br>+  ythickness = 2<br>+<br>+# For Java Desktop System<br>+  PanelMenu::stripe-gradient-top = &quot;#000033&quot;<br>+  PanelMenu::stripe-gradient-bottom = &quot;#000033&quot;<br>+  <br>+  GtkWidget::interior-focus = 1<br>
+  GtkWidget::wide-separators = 0<br>+  GtkWidget::separator-height = 2<br>+  GtkWidget::separator-width = 2<br>+  GtkRange::activate-slider = 1<br>+  GtkArrow::arrow-size = 1.0<br>+  GtkToolbar::shadow-type = GTK_SHADOW_NONE<br>
+  GtkToolbar::space-size = 30<br>+  GtkProgressBar::min-horizontal-bar-height = 15<br>+  GtkProgressBar::min-vertical-bar-width = 15<br>+<br>+  GtkWidget::link-color = &quot;#FFFFFF&quot;<br>+  GtkWidget::visited-link-color = &quot;#FFCCFF&quot;<br>
+  GtkWidget::focus-line-pattern = &quot;\4\2&quot;<br>+  GtkWidget::focus-line-width = 5 <br>+  GtkHSV::focus-line-pattern = &quot;\0&quot;<br>+  GtkWidget::interior_focus = 1<br>+  GtkWidget::focus-padding = 0<br>+  GtkEntry::cursor_color    = &quot;#FF0000&quot; <br>
+  GtkTextView::cursor_color    = &quot;#FF0000&quot;<br>+  EelEditableLabel::cursor_color    = &quot;#FF0000&quot;<br>+  GtkTextView::cursor_aspect_ratio = 0.3<br>+  GtkEntry::cursor_aspect_ratio = 0.3<br>+  EelEditableLabel::cursor_aspect_ratio = 0.3<br>
+  NautilusIconContainer::frame_text = 1<br>+  GtkTreeView::expander-size = 32<br>+  GtkRange::stepper-size = 20<br>+  <br>+<br>+  GtkCheckButton::indicator-size = 25<br>+  <br>+  fg[NORMAL]      = &quot;#FFFFFF&quot;<br>
+  text[NORMAL]    = &quot;#FFFFFF&quot;<br>+  bg[NORMAL]      = &quot;#000033&quot; <br>+  base[NORMAL]    = &quot;#000033&quot;<br>+<br>+  fg[INSENSITIVE]      = &quot;#999999&quot;<br>+  bg[INSENSITIVE]      = &quot;#333333&quot;<br>
+  text[INSENSITIVE]      = &quot;#999999&quot;<br>+  base[INSENSITIVE]      = &quot;#333333&quot;<br>+<br>+  fg[PRELIGHT]    = &quot;#000000&quot;    <br>+  text[PRELIGHT]    = &quot;#003333&quot;<br>+  bg[PRELIGHT] = &quot;#CCCC00&quot;<br>
+  base[PRELIGHT]    = &quot;#FFFFFF&quot;<br>+<br>+  fg[ACTIVE]      = &quot;#FFFFFF&quot;<br>+  text[ACTIVE] = &quot;#000000&quot; <br>+  bg[ACTIVE]      = &quot;#666699&quot;<br>+  base[ACTIVE]      = &quot;#CCCC00&quot;<br>
+<br>+  fg[SELECTED]    = &quot;#000033&quot;<br>+  text[SELECTED]    = &quot;#000033&quot;<br>+  bg[SELECTED]    = &quot;#FFFFFF&quot;<br>+  base[SELECTED]    = &quot;#CCCC00&quot;<br>+<br>+<br>+}<br>+<br>+class &quot;GtkWidget&quot; style &quot;default&quot;<br>
+<br>+style &quot;panel-icons&quot;<br>+{<br>+<br>+}<br>+class &quot;GtkWidget&quot; style &quot;panel-icons&quot;<br>+style &quot;media-icons&quot;<br>+{<br>+<br>+}<br>+class &quot;GtkWidget&quot; style &quot;media-icons&quot;<br>
+<br>+###########widget - details<br>+<br>+style &quot;window&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;window-child&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;white-bg&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;white-bg-child&quot;<br>
+{<br>+<br>+}<br>+<br>+style &quot;black-bg&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;black-bg-child&quot;<br>+{<br>+<br>+}<br>+<br>+<br>+style &quot;groupbox-panel&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;groupbox-panel-child&quot;<br>
+{<br>+<br>+}<br>+<br>+style &quot;groupbox-palette&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;groupbox-palette-child&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;menu&quot;<br>+{<br>+    bg[PRELIGHT] = &quot;#000033&quot;<br>
+<br>+    GtkMenu::scroll-arrow-vlength = 25<br>+    GtkMenu::horizontal-padding = 2<br>+    GtkMenu::vertical-padding   = 2<br>+    # This means the outline of the submenu overlaps with a palette.<br>+    # However in the case of two normal menus, they are next to each other.<br>
+    # It is not possible to be smarter about this, because the style comes from<br>+    # the submenu.<br>+    GtkMenu::horizontal-offset  = 0<br>+    GtkMenu::vertical-offset    = 0<br>+<br>+    xthickness = 0<br>+    ythickness = 0<br>
+}<br>+<br>+style &quot;palette-menu&quot; = &quot;menu&quot;<br>+{<br>+    GtkMenu::horizontal-padding = 0<br>+    GtkMenu::vertical-padding   = 0<br>+<br>+    xthickness = 0<br>+    ythickness = 15<br>+<br>+    fg[NORMAL]=&quot;#FFFFFF&quot;<br>
+}<br>+<br>+# Can this all be moved in the menuitem style?<br>+style &quot;menu-child&quot;<br>+{<br>+    fg[NORMAL]=&quot;#FFFFFF&quot;<br>+    base[NORMAL] = &quot;#FFFFFF&quot;<br>+<br>+}<br>+<br>+<br>+<br>+#########################################################<br>
+#########################################################<br>+<br>+<br>+style &quot;textview&quot;<br>+{<br>+    text[NORMAL]=&quot;#000000&quot;<br>+    base[NORMAL]=&quot;#FFFFFF&quot;<br>+<br>+    GtkTextView::interior-focus = 1<br>
+}<br>+<br>+style &quot;scrollbar&quot;<br>+{<br>+    fg[NORMAL]=&quot;#FFFFFF&quot;<br>+    fg[ACTIVE]=&quot;#FFFFFF&quot;<br>+    base[NORMAL]=&quot;#FFFFFF&quot;<br>+    base[ACTIVE]=&quot;#FFFFFF&quot;<br>+}<br>+<br>+# hints for the trough padding hacks<br>
+# We cannot go trough GTK+, as we don&#39;t want a padding on all sides, but only one<br>+# If we wanted padding on all sides, trough-border would work great.<br>+style &quot;hscrollbar&quot; = &quot;scrollbar&quot;<br>+{<br>
+<br>+}<br>+<br>+style &quot;vscrollbar&quot; = &quot;scrollbar&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;hscrollbar-scrolled-window&quot;<br>+{<br>+    <br>+}<br>+<br>+style &quot;vscrollbar-scrolled-window&quot;<br>+{<br>
+  <br>+}<br>+<br>+style &quot;scale&quot;<br>+{<br>+    GtkWidget::focus-line-width = 0<br>+<br>+    fg[NORMAL]=&quot;#FFFFFF&quot;<br>+    fg[ACTIVE]=&quot;#FFFFFF&quot;  <br>+<br>+    # &quot;square&quot; slider (really round of course)<br>
+    # Same as indicator-size?<br>+    GtkRange::slider-width = 32<br>+    GtkScale::slider-length = 32<br>+    GtkRange::trough-border = 0<br>+    GtkRange::stepper-spacing = 0<br>+    GtkRange::trough-side-details = 1<br>
+}<br>+<br>+# hints for the trough sizing hacks<br>+style &quot;hscale&quot; = &quot;scale&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;vscale&quot; = &quot;scale&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;spinbutton&quot;<br>
+{<br>+    xthickness = 15<br>+    ythickness = 7<br>+    GtkWidget::focus-line-width = 0<br>+}<br>+<br>+<br>+style &quot;frame&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;notebook-tab&quot;<br>+{<br>+    fg[NORMAL] = &quot;#FFFFFF&quot;<br>
+}<br>+<br>+style &quot;notebook-panel&quot;<br>+{<br>+   fg[NORMAL] = &quot;#FFFFFF&quot;<br>+}<br>+<br>+style &quot;toolbox-notebook&quot;<br>+{<br>+   fg[NORMAL] = &quot;#FFFFFF&quot;<br>+}<br>+<br>+style &quot;toolbutton&quot;<br>
+{<br>+   fg[NORMAL] = &quot;#FFFFFF&quot;<br>+}<br>+<br>+style &quot;separatortoolbutton&quot;<br>+{<br>+    fg[NORMAL] = &quot;#FFFFFF&quot;<br>+}<br>+<br>+style &quot;toolbar&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;toolbox&quot;<br>
+{<br>+   fg[NORMAL] = &quot;#000033&quot;<br>+}<br>+<br>+style &quot;panel&quot;<br>+{<br>+<br>+}<br>+<br>+style &quot;entry&quot;<br>+{<br>+    fg[NORMAL] = &quot;#000000&quot;<br>+    base[NORMAL] = &quot;#FFFFFF&quot;<br>
+    text[NORMAL] = &quot;#000000&quot;<br>+}<br>+<br>+style &quot;button&quot;<br>+{<br>+    fg[NORMAL] = &quot;#FFFFFF&quot;<br>+}<br>+<br>+style &quot;combobox&quot;<br>+{<br>+    base[NORMAL] = &quot;#FFFFFF&quot;<br>
+}<br>+<br>+style &quot;comboboxentry&quot;<br>+{<br>+    fg[NORMAL]=&quot;#FFFFFF&quot; <br>+}<br>+<br>+style &quot;checkbutton&quot;<br>+{<br>+   fg[NORMAL] = &quot;#FFFFFF&quot;<br>+}<br>+<br>+style &quot;progressbar&quot;<br>
+{<br>+<br>+}<br>+<br>+style &quot;menuitem&quot;<br>+{<br>+    GtkMenuItem::horizontal-padding = 0<br>+    GtkMenuItem::arrow-spacing = 15<br>+    GtkMenuItem::toggle-spacing = 15<br>+<br>+    fg[NORMAL] = &quot;#FFFFFF&quot;<br>
+<br>+    xthickness = 15<br>+    ythickness = 10<br>+}<br>+<br>+style &quot;checkmenuitem&quot;<br>+{<br>+    GtkCheckMenuItem::indicator-size = 26<br>+    GtkMenuItem::toggle-spacing = 10<br>+}<br>+<br>+style &quot;imagemenuitem&quot;<br>
+{<br>+<br>+}<br>+<br>+style &quot;separatormenuitem&quot;<br>+{<br>+   fg[NORMAL] = &quot;#FFFFFF&quot;<br>+<br>+   GtkWidget::wide-separators = 1<br>+   GtkWidget::separator-height = 30<br>+<br>+   ythickness = 0<br>+   xthickness = 0<br>
+}<br>+<br>+style &quot;trayicon&quot;<br>+{<br>+    <br>+}<br>+<br>+style &quot;parent-bg&quot;<br>+{<br>+    fg[NORMAL]=&quot;#FFFFFF&quot;<br>+    engine &quot;sugar&quot; {<br>+        bg[NORMAL] = parent_bg_color<br>
+        bg[INSENSITIVE] = parent_bg_color<br>+    }<br>+}<br>+<br>+style &quot;label&quot;{<br>+    fg[NORMAL]=&quot;#FFFFFF&quot;<br>+}<br>+style &quot;hseparator&quot;{<br>+    fg[NORMAL]=&quot;#FFFFFF&quot;<br>+}<br>+style &quot;white_treeview&quot;{<br>
+    fg[NORMAL]=&quot;#000000&quot;<br>+    #base[NORMAL]=&quot;#000000&quot;<br>+    text[NORMAL]=&quot;#000000&quot;<br>+    #bg[NORMAL]=&quot;#000000&quot;<br>+}<br>+<br>+####################################################################<br>
+# Default style, setting some generic options and style properties<br>+####################################################################<br>+class &quot;GtkWidget&quot; style &quot;default&quot;<br>+<br>+<br>+####################################################################<br>
+# Styles that apply the different background (and foreground) colors<br>+####################################################################<br>+<br>+# This one should probably be the default (ie. no window-child style)<br>
+widget_class &quot;&lt;GtkWindow&gt;&quot;               style &quot;window&quot;<br>+widget_class &quot;&lt;GtkWindow&gt;*&quot;              style &quot;window-child&quot;<br>+<br>+widget_class &quot;*&lt;SugarAlert&gt;&quot;               style &quot;black-bg&quot;<br>
+widget_class &quot;*&lt;SugarAlert&gt;*&quot;              style &quot;black-bg-child&quot;<br>+<br>+widget_class &quot;*&lt;SugarSectionView&gt;&quot;       style &quot;white-bg&quot;<br>+widget_class &quot;*&lt;SugarSectionView&gt;*&quot;      style &quot;white-bg-child&quot;<br>
+<br>+<br>+# The notebook is very high, so that everything is overriden<br>+# Only the color of the tab labels needs to be modified inside the<br>+# notebooks in this style (and the widget itself).<br>+# Assume that there is either just a normal label in the notebook tab, or<br>
+# it is inside a GtkBox (H- or VBox) together with eg. a close button.<br>+widget_class &quot;*&lt;GtkNotebook&gt;&quot;                        style &quot;notebook-tab&quot;<br>+widget_class &quot;*&lt;GtkNotebook&gt;.&lt;GtkLabel&gt;&quot;             style &quot;notebook-tab&quot;<br>
+widget_class &quot;*&lt;GtkNotebook&gt;.&lt;GtkBox&gt;.&lt;GtkLabel&gt;&quot;    style &quot;notebook-tab&quot;<br>+<br>+<br>+# SugarPalette and Menu<br>+widget_class &quot;*&lt;GtkMenu&gt;&quot;               style &quot;menu&quot;<br>
+widget_class &quot;&lt;SugarPalette&gt;&quot;           style &quot;menu&quot;<br>+widget_class &quot;&lt;SugarPalette&gt;.*&quot;         style &quot;menu-child&quot;<br>+widget_class &quot;&lt;SugarPalette&gt;*&lt;GtkMenu&gt;&quot; style &quot;palette-menu&quot;<br>
+widget_class &quot;*&lt;GtkMenuShell&gt;.*&quot;        style &quot;menu-child&quot;<br>+<br>+# SugarFrameWindow<br>+widget_class &quot;*&lt;SugarFrameWindow&gt;*&quot;    style &quot;frame&quot;<br>+<br>+# SugarPanel<br>
+widget_class &quot;*&lt;SugarPanel&gt;*&quot;          style &quot;panel&quot;<br>+<br>+<br>+# GroupBoxes (don&#39;t set bg[NORMAL] on the widget itself)<br>+widget_class &quot;&lt;GtkWindow&gt;*&lt;SugarGroupBox&gt;*&quot;   style &quot;groupbox-panel-child&quot;<br>
+<br>+widget_class &quot;&lt;GtkWindow&gt;*&lt;GtkNotebook&gt;*&quot;   style &quot;groupbox-panel-child&quot;<br>+widget_class &quot;&lt;GtkWindow&gt;*&lt;GtkNotebook&gt;&quot;    style &quot;notebook-panel&quot;<br>+<br>
+<br>+widget_class &quot;&lt;SugarPalette&gt;*&lt;SugarGroupBox&gt;*&quot;   style &quot;groupbox-palette-child&quot;<br>+<br>+<br>+# SugarToolbox<br>+#widget_class &quot;*&lt;SugarToolbox&gt;&quot; style &quot;toolbox&quot;<br>
+#widget_class &quot;*&lt;SugarToolbox&gt;*&quot; style &quot;toolbox-child&quot;<br>+#widget_class &quot;*&lt;SugarToolbox&gt;*&lt;GtkEventBox&gt;&quot; style &quot;toolbox&quot;<br>+#widget_class &quot;*&lt;SugarToolbox&gt;*&lt;GtkLayout&gt;&quot;   style &quot;toolbox&quot;<br>
+widget_class &quot;*&lt;SugarToolbox&gt;*&quot;        style &quot;toolbox&quot;<br>+widget_class &quot;*&lt;GtkToolbar&gt;*&quot;          style &quot;toolbox&quot;<br>+widget_class &quot;*&lt;SugarToolbox&gt;.&lt;GtkNotebook&gt;&quot; style &quot;toolbox-notebook&quot;<br>
+<br>+<br>+####################################################################<br>+# Normal widget styles, using the above things<br>+####################################################################<br>+# The following only uses widget_class matches to get the priority<br>
+# right. An alternative would be to lower the priority of the<br>+# background matches (which need widget_class) to eg. &quot;application&quot;<br>+<br>+widget_class &quot;*&lt;GtkMenuItem&gt;*&quot;            style &quot;menuitem&quot;<br>
+widget_class &quot;*&lt;GtkCheckMenuItem&gt;&quot;        style &quot;checkmenuitem&quot;<br>+widget_class &quot;*&lt;GtkImageMenuItem&gt;&quot;        style &quot;imagemenuitem&quot;<br>+widget_class &quot;*&lt;GtkSeparatorMenuItem&gt;*&quot;   style &quot;separatormenuitem&quot;<br>
+<br>+# Buttons and Combos<br>+widget_class &quot;*&lt;GtkButton&gt;*&quot;           style &quot;button&quot;<br>+widget_class &quot;*&lt;GtkCheckButton&gt;*&quot;      style &quot;checkbutton&quot;<br>+widget_class &quot;*&lt;GtkComboBox&gt;*&quot;         style &quot;combobox&quot;<br>
+widget_class &quot;*&lt;GtkComboBoxEntry&gt;*&quot;    style &quot;comboboxentry&quot;<br>+widget_class &quot;*&lt;GtkCombo&gt;*&quot;            style &quot;comboboxentry&quot;<br>+<br>+# Entries<br>+widget_class &quot;*&lt;GtkEntry&gt;&quot;       style &quot;entry&quot;<br>
+widget_class &quot;*&lt;GtkSpinButton&gt;&quot;  style &quot;spinbutton&quot;<br>+widget_class &quot;*&lt;GtkTextView&gt;&quot;    style &quot;textview&quot;<br>+<br>+<br>+# Misc widgets<br>+widget_class &quot;*&lt;GtkHScrollbar&gt;&quot;  style &quot;hscrollbar&quot;<br>
+widget_class &quot;*&lt;GtkVScrollbar&gt;&quot;  style &quot;vscrollbar&quot;<br>+widget_class &quot;*&lt;GtkHScale&gt;&quot;      style &quot;hscale&quot;<br>+widget_class &quot;*&lt;GtkVScale&gt;&quot;      style &quot;vscale&quot;<br>
+widget_class &quot;*&lt;GtkProgressBar&gt;&quot; style &quot;progressbar&quot;<br>+<br>+# Scrolled window scrollbars<br>+widget_class &quot;*&lt;GtkScrolledWindow&gt;.&lt;GtkVScrollbar&gt;&quot; style &quot;vscrollbar-scrolled-window&quot;<br>
+widget_class &quot;*&lt;GtkScrolledWindow&gt;.&lt;GtkHScrollbar&gt;&quot; style &quot;hscrollbar-scrolled-window&quot;<br>+<br>+# Toolbar<br>+widget_class &quot;*&lt;GtkToolButton&gt;*&quot;          style &quot;toolbutton&quot;<br>
+widget_class &quot;*&lt;GtkSeparatorToolItem&gt;*&quot;   style &quot;separatortoolbutton&quot;<br>+widget_class &quot;*&lt;GtkToolbar&gt;&quot;              style &quot;toolbar&quot;<br>+<br>+# Tray<br>+widget_class &quot;*&lt;SugarTrayIcon&gt;*&quot; style &quot;trayicon&quot;<br>
+<br>+# Widgets that should get the background color from the parent<br>+widget_class &quot;*&lt;GtkEventBox&gt;&quot;        style &quot;parent-bg&quot;<br>+widget_class &quot;*&lt;GtkLayout&gt;&quot;          style &quot;parent-bg&quot;<br>
+widget_class &quot;*&lt;GtkViewport&gt;&quot;        style &quot;parent-bg&quot;<br>+widget_class &quot;*&lt;GtkDrawingArea&gt;&quot;     style &quot;parent-bg&quot;<br>+widget_class &quot;*&lt;GtkScrolledWindow&gt;&quot;  style &quot;parent-bg&quot;<br>
+<br>+widget_class &quot;*&lt;GtkLabel&gt;*&quot;         style &quot;label&quot;<br>+widget_class &quot;*&lt;GtkHSeparator&gt;*&quot;      style &quot;hseparator&quot;<br>+<br>+widget_class &quot;*&lt;JournalTreeView&gt;*&quot; style &quot;white_treeview&quot;<br>
+widget_class &quot;*&lt;SugarActivitiesTreeView&gt;*&quot; style &quot;white_treeview&quot;<br>diff -u -r -N sugar-artwork-0.88.0-original/gtk/theme/Makefile.am sugar-artwork-0.88.0/gtk/theme/Makefile.am<br>--- sugar-artwork-0.88.0-original/gtk/theme/Makefile.am    2010-02-20 14:46:35.000000000 -0200<br>
+++ sugar-artwork-0.88.0/gtk/theme/Makefile.am    2010-07-14 10:22:55.008005248 -0300<br>@@ -6,13 +6,25 @@<br>     $(srcdir)/em.py -p $$ -D scaling=\&#39;100\&#39; $(srcdir)/gtkrc.em &gt; \<br>         $(top_builddir)/gtk/theme/sugar-100.gtkrc<br>
 <br>+sugar-72-contrast.gtkrc: gtkrc-contrast.em<br>+    $(srcdir)/em.py -p $$ -D scaling=\&#39;72\&#39; $(srcdir)/gtkrc-contrast.em &gt; \<br>+        $(top_builddir)/gtk/theme/sugar-72-contrast.gtkrc<br>+<br>+sugar-100-contrast.gtkrc: gtkrc-contrast.em<br>
+    $(srcdir)/em.py -p $$ -D scaling=\&#39;100\&#39; $(srcdir)/gtkrc-contrast.em &gt; \<br>+        $(top_builddir)/gtk/theme/sugar-100-contrast.gtkrc<br>+<br> clean:<br>     $(RM) sugar-72.gtkrc<br>     $(RM) sugar-100.gtkrc<br>
+    $(RM) sugar-72-contrast.gtkrc<br>+    $(RM) sugar-100-contrast.gtkrc<br> <br> GTKRC_FILES =        \<br>     sugar-72.gtkrc    \<br>-    sugar-100.gtkrc<br>+    sugar-100.gtkrc \<br>+    sugar-100-contrast.gtkrc \<br>
+    sugar-72-contrast.gtkrc<br> <br> install-data-local: $(GTKRC_FILES)<br>     $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-72/gtk-2.0<br>@@ -21,10 +33,18 @@<br>     $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-100/gtk-2.0<br>
     $(INSTALL_DATA) $(top_builddir)/gtk/theme/sugar-100.gtkrc \<br>         $(DESTDIR)$(datadir)/themes/sugar-100/gtk-2.0/gtkrc<br>+    $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-72-contrast/gtk-2.0<br>+    $(INSTALL_DATA) $(top_builddir)/gtk/theme/sugar-72-contrast.gtkrc \<br>
+        $(DESTDIR)$(datadir)/themes/sugar-72-contrast/gtk-2.0/gtkrc<br>+    $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-100-contrast/gtk-2.0<br>+    $(INSTALL_DATA) $(top_builddir)/gtk/theme/sugar-100-contrast.gtkrc \<br>
+        $(DESTDIR)$(datadir)/themes/sugar-100-contrast/gtk-2.0/gtkrc<br> <br> uninstall-local:<br>     rm -rf $(DESTDIR)$(datadir)/themes/sugar-72/gtk-2.0<br>     rm -rf $(DESTDIR)$(datadir)/themes/sugar-100/gtk-2.0<br>+    rm -rf $(DESTDIR)$(datadir)/themes/sugar-100-contrast/gtk-2.0<br>
+    rm -rf $(DESTDIR)$(datadir)/themes/sugar-72-contrast/gtk-2.0<br> <br>-EXTRA_DIST = em.py gtkrc.em<br>+EXTRA_DIST = em.py gtkrc.em gtkrc-contrast.em<br> CLEANFILES = $(GTKRC_FILES)<br>