Improved color palette
| [ | |
| { | |
| "type": "colordef", | |
| "BLACK": [ 15, 15, 15 ], | |
| "RED": [ 237, 85, 59 ], | |
| "GREEN": [ 23, 123, 23 ], | |
| "BROWN": [ 164, 101, 10 ], | |
| "BLUE": [ 20, 75, 127 ], | |
| "MAGENTA": [ 179, 45, 145 ], | |
| "CYAN": [ 0, 150, 180 ], | |
| "GRAY": [ 150, 150, 150 ], | |
| "DGRAY": [ 99, 99, 99 ], | |
| "LRED": [ 248, 166, 166 ], | |
| "LGREEN": [ 15, 198, 61 ], | |
| "YELLOW": [ 228, 176, 74 ], | |
| "LBLUE": [ 32, 99, 155 ], | |
| "LMAGENTA": [ 229, 126, 213 ], | |
| "LCYAN": [ 0, 240, 255 ], | |
| "WHITE": [ 255, 255, 255 ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment