Skip to content

Commit a026a95

Browse files
author
David Accomazzo
committed
fixing merge conflicts
2 parents 9696e21 + 9493079 commit a026a95

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

colortest.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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
@@ -17,14 +16,9 @@
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
2923
import sys
3024
import argparse

0 commit comments

Comments
 (0)