From c89edfa45ae04269c6b8d5d3ab9971020128f713 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 18 Aug 2010 00:28:08 +0000
Subject: [PATCH] - Patch #879536 by tim.plunkett: improve Bartik's 'Blue
 Lagoon' color scheme.

---
 themes/bartik/color/color.inc | 2 +-
 themes/bartik/css/colors.css  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/bartik/color/color.inc b/themes/bartik/color/color.inc
index c0b27b44249c..caba2f1137b1 100644
--- a/themes/bartik/color/color.inc
+++ b/themes/bartik/color/color.inc
@@ -29,7 +29,7 @@
         'text' => '#3b3b3b',
         'sidebar' => '#f6f6f2',
         'sidebarborders' => '#f9f9f9',
-        'footer' => '#2d1e0f',
+        'footer' => '#292929',
         'titleslogan' => '#ffffff',
       ),
     ),
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css
index 877dd14c705c..e9e6eaeac555 100644
--- a/themes/bartik/css/colors.css
+++ b/themes/bartik/css/colors.css
@@ -3,7 +3,7 @@
 /* ---------- Color Module Styles ----------- */
 
 body {
-  background-color: #2d1e0f;
+  background-color: #292929;
   color: #ffffff;
 }
 html,
@@ -38,7 +38,7 @@ a:active {
   border-color: #f9f9f9;
 }
 #footer-wrapper {
-  background: #2d1e0f;
+  background: #292929;
 }
 #header #name-and-slogan,
 #header #name-and-slogan a {
-- 
GitLab