Commit 125d8a4f authored by Craig Watson's avatar Craig Watson

Made yellow slightly redder for pen on white background

parent 63b17420
...@@ -265,7 +265,7 @@ void UBSettings::init() ...@@ -265,7 +265,7 @@ void UBSettings::init()
pageDpi = new UBSetting(this, "Board", "pageDpi", 0); pageDpi = new UBSetting(this, "Board", "pageDpi", 0);
QStringList penLightBackgroundColors; 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); boardPenLightBackgroundColors = new UBColorListSetting(this, "Board", "PenLightBackgroundColors", penLightBackgroundColors, 1.0);
QStringList penDarkBackgroundColors; QStringList penDarkBackgroundColors;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment