Skip to content

Commit 7aba979

Browse files
updating changelog
1 parent 6a03efd commit 7aba979

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

colortest.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/Users/accomazzod/Projects/web/python_colors/bin/python3
1+
#!/home/david/projects/python_colors/bin/python3
22
''' Resources
33
44
* https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html
@@ -18,10 +18,8 @@
1818
1919
TO DO:
2020
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.
21+
Convert to using WCAG contrast definitions instead of delta calcs
22+
2523
'''
2624

2725

0 commit comments

Comments
 (0)