Skip to content

Commit 28f080b

Browse files
committed
Made table more readable when colored module is installed
1 parent 926c2cf commit 28f080b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/table_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
try:
2121
from colored import bg
2222
BACK_PRI = bg(4)
23-
BACK_ALT = bg(2)
23+
BACK_ALT = bg(22)
2424
except ImportError:
2525
try:
2626
from colorama import Back

0 commit comments

Comments
 (0)