From 1301e85037476491d31f02e98acc6b2ac4f07afa Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 26 May 2013 09:21:46 +0000
Subject: [PATCH] lighter default background

---
 Common/DefaultOptions.h | 2 +-
 doc/VERSIONS.txt        | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index c0f6cac3a5..3e5627b0e6 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -1554,7 +1554,7 @@ StringXColor GeneralOptions_Color[] = {
     {0, 0, 0, 255}, {255, 255, 255, 255}, {255, 255, 255, 255},
     "Background color" },
   { F|O, "BackgroundGradient" , opt_general_color_background_gradient ,
-    {0, 0, 128, 255}, {128, 147, 255, 255}, {125, 125, 125, 255},
+    {0, 0, 128, 255}, {208, 215, 255, 255}, {125, 125, 125, 255},
     "Background gradient color" },
   { F|O, "Foreground" , opt_general_color_foreground ,
     {170, 170, 170, 255}, {85, 85, 85, 255}, {128, 128, 128, 255},
diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt
index 096a9ab95a..7bc48c81c7 100644
--- a/doc/VERSIONS.txt
+++ b/doc/VERSIONS.txt
@@ -1,3 +1,5 @@
+2.7.2: small improvements, compilation and bug fixes.
+
 2.7.1 (May 11, 2013): improved Delaunay point insertion; updated onelab; better
 Abaqus and UNV export; small bug and compilation fixes.
 
-- 
GitLab