highlight error messages instead of info
This commit is contained in:
@@ -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))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user