Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 579 Bytes

File metadata and controls

32 lines (22 loc) · 579 Bytes

TXT and JSON to Mac CLR converter

This script can be used convert TXT and JSON files to an Apple Mac .clr color palette file.

Examples

TXT

Compatible with:

#0ff aqua
#8B008B darkmagenta
#0003 Black 20%

JSON

Compatible with:

{
  "aqua": "#0ff",
  "darkmagenta": "#8B008B",
  "Black 20%": "#0003"
}