Browse Source

Blue I think is a better "default" then red.

Steve Thielemann 5 years ago
parent
commit
ef20f2e7d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      boxes.py

+ 1 - 1
boxes.py

@@ -192,7 +192,7 @@ class Boxes(object):
         return c + s["bl"] + s["top"] * self.size + s["br"] + r + self.nl
 
     @staticmethod
-    def alert(message, length=0, pad=2, width=78, base="red", style=1):
+    def alert(message, length=0, pad=2, width=78, base="blue", style=1):
         """
         Display alert message