From 28f080b2ea338b72fbff2992ba4745c6456f651f Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 27 Jun 2018 08:42:30 -0700 Subject: Made table more readable when colored module is installed --- examples/table_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/table_display.py b/examples/table_display.py index 9af15175..c2aff0c1 100755 --- a/examples/table_display.py +++ b/examples/table_display.py @@ -20,7 +20,7 @@ import tableformatter as tf try: from colored import bg BACK_PRI = bg(4) - BACK_ALT = bg(2) + BACK_ALT = bg(22) except ImportError: try: from colorama import Back -- cgit v1.2.1