File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11#!/Users/accomazzod/Projects/web/python_colors/bin/python3
22""" Resources
3-
43 * https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html
54 * Good resource on how to manipulate terminal commands with Python
65 * https://askubuntu.com/questions/821157/print-a-256-color-test-pattern-in-the-terminal
1716 * How WCAG defines contrast
1817
1918 TO DO:
20-
21- * Figure out a way to check the contrast between foreground and background and only
22- display the combos with high contrast. This should be broken out into
23- a separate function.
24- * This is done but maybe should use contrast calculations instead of deltas.
19+ Convert to using WCAG contrast definitions instead of delta calcs
2520"""
2621
27-
2822# Python colors
2923import sys
3024import argparse
You can’t perform that action at this time.
0 commit comments