Make sessionbar blue color darker and more distinguishable from white

This commit is contained in:
Seeker4 2019-09-16 11:54:42 -07:00
parent aaf5627891
commit ec9985d32e

View File

@ -1721,9 +1721,11 @@ void Daily::Load(QDate date)
htmlLeftFooter ="</body></html>";
// SessionBar colors. Colors alternate.
QColor cols[]={
COLOR_Gold,
QColor("light blue"),
// QColor("light blue"),
QColor("skyblue"),
};
const int maxcolors=sizeof(cols)/sizeof(QColor);
QList<Session *>::iterator i;