From dddfa183e06ac89f6f9f011354e9aa661131e736 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 24 Mar 2015 19:11:49 +0000 Subject: [PATCH] --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index c2e87a76c1..dde036e94e 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 , - {185, 185, 185, 255}, {208, 215, 255, 255}, {185, 185, 185, 255}, + {165, 165, 165, 255}, {208, 215, 255, 255}, {165, 165, 165, 255}, "Background gradient color" }, { F|O, "Foreground" , opt_general_color_foreground , {85, 85, 85, 255}, {85, 85, 85, 255}, {128, 128, 128, 255}, -- GitLab