From 125d8a4f847713e8fd92ecf961afafc6b8d7dcfa Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Thu, 17 Dec 2015 14:26:59 +0100 Subject: [PATCH] Made yellow slightly redder for pen on white background --- src/core/UBSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/UBSettings.cpp b/src/core/UBSettings.cpp index a076d664..fe07f280 100644 --- a/src/core/UBSettings.cpp +++ b/src/core/UBSettings.cpp @@ -265,7 +265,7 @@ void UBSettings::init() pageDpi = new UBSetting(this, "Board", "pageDpi", 0); QStringList penLightBackgroundColors; - penLightBackgroundColors << "#000000" << "#FF0000" <<"#004080" << "#008000" << "#FFFF00" << "#C87400" << "#800040" << "#008080" << "#5F2D0A"; + penLightBackgroundColors << "#000000" << "#FF0000" <<"#004080" << "#008000" << "#FFDD00" << "#C87400" << "#800040" << "#008080" << "#5F2D0A"; boardPenLightBackgroundColors = new UBColorListSetting(this, "Board", "PenLightBackgroundColors", penLightBackgroundColors, 1.0); QStringList penDarkBackgroundColors;