diff --git a/notifications_client.py b/notifications_client.py index f92c962e3..e6225d6d1 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -423,7 +423,7 @@ def _showLocalBox(notifyJson: {}, boxName: str, if notifyJson.get('likedBy'): if '##sent##' not in notifyJson['likedBy']: notificationIcons += ' ❤' - titleStr = '\033[1m' + boxName.upper() + '\033[0m' + titleStr = '\33[7m' + boxName.upper() + '\33[0m' if notificationIcons: while len(titleStr) < 87 - len(notificationIcons): titleStr += ' '