Created
January 14, 2023 18:46
-
-
Save wader/b02d8b529bc854842e6ee25056ee0b02 to your computer and use it in GitHub Desktop.
bytes colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def _cvs_named_color_ranges: | |
| { all: [[0,255]] | |
| , ascii: [[0,127]] | |
| , nonascii: [[128,255]] | |
| , null: [[0,0]] | |
| , space: [[9,13]] | |
| , print: [[32,126]] | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment