Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
22 lines (21 sloc) 510 Bytes
[
{
"type": "colordef",
"BLACK": [ 0, 0, 0 ],
"RED": [ 255, 0, 0 ],
"GREEN": [ 0, 110, 0 ],
"BROWN": [ 92, 51, 23 ],
"BLUE": [ 0, 0, 200 ],
"MAGENTA": [ 139, 58, 98 ],
"CYAN": [ 0, 150, 180 ],
"GRAY": [ 150, 150, 150 ],
"DGRAY": [ 99, 99, 99 ],
"LRED": [ 255, 150, 150 ],
"LGREEN": [ 0, 255, 0 ],
"YELLOW": [ 255, 255, 0 ],
"LBLUE": [ 100, 100, 255 ],
"LMAGENTA": [ 254, 0, 254 ],
"LCYAN": [ 0, 240, 255 ],
"WHITE": [ 255, 255, 255 ]
}
]
You can’t perform that action at this time.