? .DS_Store ? bartik_3.patch ? color-modifications-1.patch ? color-modifications-2.patch Index: color/color.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/bartik/color/color.inc,v retrieving revision 1.6 diff -u -p -r1.6 color.inc --- color/color.inc 29 Jun 2010 04:04:35 -0000 1.6 +++ color/color.inc 3 Jul 2010 20:51:18 -0000 @@ -23,8 +23,8 @@ $info = array( 'colors' => array( 'bg' => '#ffffff', 'link' => '#0073b6', - 'top' => '#000000', - 'bottom' => '#3d3d3d', + 'top' => '#4a4a4a', + 'bottom' => '#4e4e4e', 'text' => '#3b3b3b', 'sidebar' => '#feffff', 'sidebarborders' => '#d0d0d0', @@ -39,9 +39,9 @@ $info = array( 'top' => '#0779bf', 'bottom' => '#48a9e4', 'text' => '#3b3b3b', - 'sidebar' => '#fbfbf7', - 'sidebarborders' => '#eaeae7', - 'footer' => '#331910', + 'sidebar' => '#f6f6f2', + 'sidebarborders' => '#f9f9f9', + 'footer' => '#06232b', ), ), 'Plum' => array( @@ -49,10 +49,10 @@ $info = array( 'colors' => array( 'bg' => '#fffdf7', 'link' => '#9d408d', - 'top' => '#4C1C58', + 'top' => '#4c1c58', 'bottom' => '#593662', 'text' => '#301313', - 'sidebar' => '#fffdf9', + 'sidebar' => '#f8f3e7', 'sidebarborders' => '#e4e3d4', 'footer' => '#2C2C28', ), @@ -60,14 +60,14 @@ $info = array( 'Fresh' => array( 'title' => t('Fresh'), 'colors' => array( - 'bg' => '#f6ffff', - 'link' => '#087095', - 'top' => '#78b91a', - 'bottom' => '#5b8b15', + 'bg' => '#f9f9f9', + 'link' => '#0aa9ab', + 'top' => '#d0b380', + 'bottom' => '#c2A87c', 'text' => '#585858', 'sidebar' => '#feffff', - 'sidebarborders' => '#5899b0', - 'footer' => '#2f4016', + 'sidebarborders' => '#e7f0f2', + 'footer' => '#2b3037', ), ), ), Index: css/colors.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/colors.css,v retrieving revision 1.7 diff -u -p -r1.7 colors.css --- css/colors.css 29 Jun 2010 04:04:35 -0000 1.7 +++ css/colors.css 3 Jul 2010 20:51:18 -0000 @@ -19,9 +19,9 @@ body.overlay { background-color: #ffffff; } #header { - background-color: #3d3d3d; - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#3d3d3d)); - background-image: -moz-linear-gradient(-90deg, #000000, #3d3d3d); + background-color: #4e4e4e; + background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a4a4a), to(#4e4e4e)); + background-image: -moz-linear-gradient(-90deg, #4a4a4a, #4e4e4e); } a { color: #0073b6; Index: css/style.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v retrieving revision 1.84 diff -u -p -r1.84 style.css --- css/style.css 29 Jun 2010 04:04:35 -0000 1.84 +++ css/style.css 3 Jul 2010 20:51:19 -0000 @@ -150,7 +150,7 @@ tr th { #footer-wrapper tr td, #footer-wrapper tr th { border-color: #555; - border-color: rgba(255,255,255,0.15); + border-color: rgba(255,255,255,0.18); } tr.odd { background-color: #e4e4e4;