We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a03efd commit 7aba979Copy full SHA for 7aba979
colortest.py
@@ -1,4 +1,4 @@
1
-#!/Users/accomazzod/Projects/web/python_colors/bin/python3
+#!/home/david/projects/python_colors/bin/python3
2
''' Resources
3
4
* https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html
@@ -18,10 +18,8 @@
18
19
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.
+ Convert to using WCAG contrast definitions instead of delta calcs
+
25
'''
26
27
0 commit comments