From ec9985d32ec848efd2da4761d326579cfe29181c Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Mon, 16 Sep 2019 11:54:42 -0700 Subject: [PATCH] Make sessionbar blue color darker and more distinguishable from white --- oscar/daily.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oscar/daily.cpp b/oscar/daily.cpp index f320fff3..8fd8bc60 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -1721,9 +1721,11 @@ void Daily::Load(QDate date) htmlLeftFooter =""; + // SessionBar colors. Colors alternate. QColor cols[]={ COLOR_Gold, - QColor("light blue"), +// QColor("light blue"), + QColor("skyblue"), }; const int maxcolors=sizeof(cols)/sizeof(QColor); QList::iterator i;