### Eclipse Workspace Patch 1.0
#P drupal-cvs
Index: themes/garland/minnelli/color/color.inc
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/minnelli/color/color.inc,v
retrieving revision 1.3
diff -u -r1.3 color.inc
--- themes/garland/minnelli/color/color.inc	2 Oct 2007 16:33:09 -0000	1.3
+++ themes/garland/minnelli/color/color.inc	9 Dec 2007 00:28:00 -0000
@@ -30,6 +30,12 @@
     '../images/menu-leaf.gif',
   ),
 
+  // CSS files (excluding @import) to rewrite with new color scheme
+  'css' => array(
+    '../style.css',
+    'minnelli.css',
+  ),
+
   // Coordinates of gradient (x, y, width, height)
   'gradient' => array(0, 37, 760, 121),
 
