highlight error messages instead of info

This commit is contained in:
2021-10-26 11:18:08 +02:00
parent b592bada90
commit 1a67925873

View File

@@ -72,7 +72,7 @@ class InnerBigText(QWidget):
self.selection_highlight = HighlightSelection()
self.highlights = [
HighlightRegex(
r"INFO",
r"ERROR",
brush=QBrush(QColor(220, 112, 122)),
brush_full_line=QBrush(QColor(255, 112, 122))
)