Skip to content

Instantly share code, notes, and snippets.

@wader
Created January 14, 2023 18:46
Show Gist options
  • Save wader/b02d8b529bc854842e6ee25056ee0b02 to your computer and use it in GitHub Desktop.
Save wader/b02d8b529bc854842e6ee25056ee0b02 to your computer and use it in GitHub Desktop.
bytes colors
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