X-Git-Url: https://harishankar.org/repos/?p=getaclue.git;a=blobdiff_plain;f=crosswordpuzzlecreator.py;h=4098cd3e4e07f7ff9da1fcd2f85b458b8c377b97;hp=42d4fddd0d476b52f1929eaff7e9424fa652c965;hb=b1ba162f06177e9ccd5456e378069aafe6b2a916;hpb=cd153df772f936f9aaed0f75d83f15c05a6ee9b6 diff --git a/crosswordpuzzlecreator.py b/crosswordpuzzlecreator.py index 42d4fdd..4098cd3 100644 --- a/crosswordpuzzlecreator.py +++ b/crosswordpuzzlecreator.py @@ -19,9 +19,9 @@ class CrosswordPuzzleCreator: # Black background white text BLACK_BG = '\033[40;1;37m' # white background black text - WHITE_BG = '\033[47;0;30m' + WHITE_BG = '\033[47;1;30m' # white background red text - REDWHITE_BG = '\033[47;0;31m' + REDWHITE_BG = '\033[47;1;31m' # disable colors ENDCOL = '\033[0m'