From 1a67925873c4c35872457a35f5fe4780dcd3dadf Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Tue, 26 Oct 2021 11:18:08 +0200 Subject: [PATCH] highlight error messages instead of info --- bigtext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtext.py b/bigtext.py index bc3dfa0..686b086 100644 --- a/bigtext.py +++ b/bigtext.py @@ -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)) )