Index: color/color.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/bartik/color/color.inc,v retrieving revision 1.5 diff -u -p -r1.5 color.inc --- color/color.inc 18 May 2010 00:58:18 -0000 1.5 +++ color/color.inc 23 May 2010 16:41:14 -0000 @@ -70,6 +70,20 @@ $info = array( 'footer' => '#2f4016', ), ), + 'Ardor' => array( + 'title' => t('Ardor'), + 'colors' => array( + 'bg' => '#ffffff', + 'link' => '#cc3300', + 'top' => '#cc3300', + 'bottom' => '#3b3b3b', + 'text' => '#3b3b3b', + 'sidebar' => '#f6f4e5', + 'sidebarborders' => '#ffffff', + 'footer' => '#3b3b3b', + ), + ), + ), // CSS files (excluding @import) to rewrite with new color scheme.