default colors in Hound controls

This commit is contained in:
Brian Moran 2024-08-13 19:29:54 -07:00 committed by Brian Moran
parent d7981738fe
commit a8eaa66f2a

View File

@ -561,8 +561,8 @@ void DisplayText::displayHoundToBeCalled(QString t, bool bAtTop, QColor bg, QCol
}
void DisplayText::setHighlightedHoundText(QString t) {
QColor bg;
QColor fg;
QColor bg=QColor{255,255,255};
QColor fg=QColor{0,0,0};
highlight_types types{Highlight::Call};
set_colours(m_config, &bg, &fg, types);
// t is multiple lines of text, each line is a hound calling