Index: color/color.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/color/color.inc,v
retrieving revision 1.5
diff -u -r1.5 color.inc
--- color/color.inc	18 May 2010 00:58:18 -0000	1.5
+++ color/color.inc	8 Jun 2010 09:34:11 -0000
@@ -70,6 +70,20 @@
         'footer' => '#2f4016',
       ),
     ),
+    'Dark' => array(
+      'title' => t('Dark'),
+      'colors' => array(
+        'bg' => '#292929',
+        'link' => '#ff7011',
+        'top' => '#313131',
+        'bottom' => '#151515',
+        'text' => '#d7d7d7',
+        'sidebar' => '#151515',
+        'sidebarborders' => '#393939',
+        'footer' => '#161617',
+      ),
+    ),
+
   ),
 
   // CSS files (excluding @import) to rewrite with new color scheme.
