From 0a4e3ee1d3f67b1b3484aa76375b95e01712836e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 24 Mar 2015 19:10:30 +0000 Subject: [PATCH] --- Common/DefaultOptions.h | 2 +- doc/VERSIONS.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index b59af06667..c2e87a76c1 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1687,7 +1687,7 @@ StringXColor GeneralOptions_Color[] = { {245, 245, 245, 255}, {255, 255, 255, 255}, {245, 245, 245, 255}, "Background color" }, { F|O, "BackgroundGradient" , opt_general_color_background_gradient , - {145, 145, 145, 255}, {208, 215, 255, 255}, {145, 145, 145, 255}, + {185, 185, 185, 255}, {208, 215, 255, 255}, {185, 185, 185, 255}, "Background gradient color" }, { F|O, "Foreground" , opt_general_color_foreground , {85, 85, 85, 255}, {85, 85, 85, 255}, {128, 128, 128, 255}, diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 8f03e9e661..d711483fc1 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,4 +1,5 @@ -2.9.2: added support for extrusion of embedded points/curves. +2.9.2: added support for extrusion of embedded points/curves; improved +hex-dominant algorithm; new dark interface mode. 2.9.1 (March 18, 2015): minor bug fixes. -- GitLab