diff --git a/core/themes/bartik/color/color.inc b/core/themes/bartik/color/color.inc index 8e6d32e631560ef4919a6e3942357084b3d5438b..e946d378dfa2b96f687d0b1dd5cf20dbb94b958b 100644 --- a/core/themes/bartik/color/color.inc +++ b/core/themes/bartik/color/color.inc @@ -43,13 +43,13 @@ 'title' => t('Firehouse'), 'colors' => array( 'top' => '#cd2d2d', - 'bottom' => '#cf3535', + 'bottom' => '#d64e4e', 'bg' => '#ffffff', 'sidebar' => '#f1f4f0', 'sidebarborders' => '#ededed', 'footer' => '#1f1d1c', 'titleslogan' => '#fffeff', - 'text' => '#3b3b3b', + 'text' => '#888888', 'link' => '#d6121f', ), ), @@ -61,7 +61,7 @@ 'bg' => '#ffffff', 'sidebar' => '#ffffff', 'sidebarborders' => '#cccccc', - 'footer' => '#24272c', + 'footer' => '#016b83', 'titleslogan' => '#000000', 'text' => '#4a4a4a', 'link' => '#019dbf',