@@ -4,29 +4,25 @@ A script that prints ANSI color combos to the terminal.
44
55```
66usage: colortest.py [-h]
7- {dullForegroundColors,brightForegroundColors,dullBackgroundColors,brightBackgroundColors,allForegroundColors,allBackgroundColors,allForegroundAllBackground,testFgAndBg }
7+ {dullFg,brightFg,dullBg,brightBg,allFg,allBg,allFgBg,getFreaky,test,contrast }
88 ...
99
1010optional arguments:
1111 -h, --help show this help message and exit
1212
1313commands:
14- {dullForegroundColors,brightForegroundColors,dullBackgroundColors,brightBackgroundColors,allForegroundColors,allBackgroundColors,allForegroundAllBackground,testFgAndBg}
15- dullForegroundColors
16- display the 8 dull foreground colors
17- brightForegroundColors
18- display the 8 bright foreground colors
19- dullBackgroundColors
20- display the 8 dull background colors
21- brightBackgroundColors
22- display the 8 bright background colors
23- allForegroundColors
24- display 256 foreground colors
25- allBackgroundColors
26- display 256 background colors
27- allForegroundAllBackground
28- display all 256 foreground and background colors
14+ {dullFg,brightFg,dullBg,brightBg,allFg,allBg,allFgBg,getFreaky,test,contrast}
15+ dullFg display the 8 dull foreground colors
16+ brightFg display the 8 bright foreground colors
17+ dullBg display the 8 dull background colors
18+ brightBg display the 8 bright background colors
19+ allFg display 256 foreground colors
20+ allBg display 256 background colors
21+ allFgBg display all 256 foreground and background colors
2922 separately
30- testFgAndBg Enter a foreground code and a background code and test
23+ getFreaky Display every combination of foreground and background
24+ color
25+ test Enter a foreground code and a background code and test
3126 it out
27+ contrast Print out a color test and get the contrast values
3228 ```
0 commit comments