summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/table_display.py2
1 files changed, 1 insertions, 1 deletions
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