Index: themes/bartik/color/color.inc
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/color/color.inc,v
retrieving revision 1.1
diff -u -p -r1.1 color.inc
--- themes/bartik/color/color.inc	6 Jul 2010 05:25:51 -0000	1.1
+++ themes/bartik/color/color.inc	25 Jul 2010 17:43:23 -0000
@@ -23,31 +23,31 @@ $info = array(
       'title' => t('Blue Lagoon (default)'),
       'colors' => array(
         'bg' => '#ffffff',
-        'link' => '#288CC9',
+        'link' => '#288cc9',
         'top' => '#0779bf',
         'bottom' => '#48a9e4',
         'text' => '#3b3b3b',
         'sidebar' => '#f6f6f2',
         'sidebarborders' => '#f9f9f9',
         'footer' => '#2d1e0f',
-        'titleslogan' => '#fffeff',
+        'titleslogan' => '#ffffff',
       ),
     ),
-    'Slate' => array(
-      'title' => t('Slate'),
+    'clouds' => array(
+      'title' => t('Clouds'),
       'colors' => array(
-        'bg' => '#ffffff',
-        'link' => '#0073b6',
-        'top' => '#4a4a4a',
-        'bottom' => '#4e4e4e',
-        'text' => '#3b3b3b',
-        'sidebar' => '#feffff',
-        'sidebarborders' => '#d0d0d0',
-        'footer' => '#161617',
-        'titleslogan' => '#fffeff',
+        'bg' => '#e5f8f9',
+        'link' => '#336699',
+        'top' => '#b1ffff',
+        'bottom' => '#00deef',
+        'text' => '#555555',
+        'sidebar' => '#ffffff',
+        'sidebarborders' => '#dddddd',
+        'footer' => '#00deef',
+        'titleslogan' => '#ffffff',
       ),
     ),
-    'Firehouse' => array(
+    'firehouse' => array(
       'title' => t('Firehouse'),
       'colors' => array(
         'bg' => '#ffffff',
@@ -61,7 +61,63 @@ $info = array(
         'titleslogan' => '#fffeff',
       ),
     ),
-    'Plum' => array(
+    'ice' => array(
+      'title' => t('Ice'),
+      'colors' => array(
+        'bg' => '#ffffff',
+        'link' => '#019dbf',
+        'top' => '#d0d0d0',
+        'bottom' => '#c2c4c5',
+        'text' => '#4a4a4a',
+        'sidebar' => '#ffffff',
+        'sidebarborders' => '#cccccc',
+        'footer' => '#24272c',
+        'titleslogan' => '#000000',
+      ),
+    ),
+    'lavender' => array(
+      'title' => t('Lavender'),
+      'colors' => array(
+        'bg' => '#eee5f9',
+        'link' => '#7b04ff',
+        'top' => '#ddc6fa',
+        'bottom' => '#eee5f9',
+        'text' => '#000000',
+        'sidebar' => '#eee5f9',
+        'sidebarborders' => '#e3d2f8',
+        'footer' => '#000000',
+        'titleslogan' => '#000000',
+      ),
+    ),
+    'midnight' => array(
+      'title' => t('Midnight'),
+      'colors' => array(
+        'bg' => '#000000',
+        'link' => '#aaccff',
+        'top' => '#000000',
+        'bottom' => '#444444',
+        'text' => '#999999',
+        'sidebar' => '#222222',
+        'sidebarborders' => '#999999',
+        'footer' => '#222222',
+        'titleslogan' => '#ffffff',
+      ),
+    ),
+    'peach' => array(
+      'title' => t('Peach'),
+      'colors' => array(
+        'bg' => '#ffead5',
+        'link' => '#cc3300',
+        'top' => '#ff8409',
+        'bottom' => '#ffda99',
+        'text' => '#3b3b3b',
+        'sidebar' => '#ffefdf',
+        'sidebarborders' => '#ffffff',
+        'footer' => '#ff8409',
+        'titleslogan' => '#ffffff',
+      ),
+    ),
+    'plum' => array(
       'title' => t('Plum'),
       'colors' => array(
         'bg' => '#fffdf7',
@@ -71,22 +127,36 @@ $info = array(
         'text' => '#301313',
         'sidebar' => '#f8f3e7',
         'sidebarborders' => '#e4e3d4',
-        'footer' => '#2C2C28',
-        'titleslogan' => '#fffeff',
+        'footer' => '#2c2c28',
+        'titleslogan' => '#ffffff',
       ),
     ),
-    'Ice' => array(
-      'title' => t('Ice'),
+    'slate' => array(
+      'title' => t('Slate'),
       'colors' => array(
         'bg' => '#ffffff',
-        'link' => '#019DBF',
-        'top' => '#d0d0d0',
-        'bottom' => '#c2c4c5',
-        'text' => '#4A4A4A',
-        'sidebar' => '#feffff',
-        'sidebarborders' => '#cccccc',
-        'footer' => '#24272c',
-        'titleslogan' => '#0b0b0b',
+        'link' => '#0073b6',
+        'top' => '#4a4a4a',
+        'bottom' => '#4e4e4e',
+        'text' => '#3b3b3b',
+        'sidebar' => '#ffffff',
+        'sidebarborders' => '#d0d0d0',
+        'footer' => '#161617',
+        'titleslogan' => '#ffffff',
+      ),
+    ),
+    'watermelon' => array(
+      'title' => t('Watermelon'),
+      'colors' => array(
+        'bg' => '#fc6c85',
+        'link' => '#26ab19',
+        'top' => '#0f7205',
+        'bottom' => '#1adb07',
+        'text' => '#3b3b3b',
+        'sidebar' => '#ff7f95',
+        'sidebarborders' => '#ffffff',
+        'footer' => '#ff7f95',
+        'titleslogan' => '#ffffff',
       ),
     ),
   ),
