Skip to content

Instantly share code, notes, and snippets.

@Leosky
Created May 13, 2019 16:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Leosky/bf0e06be0754a0b30f3e5f498a4fe290 to your computer and use it in GitHub Desktop.
Save Leosky/bf0e06be0754a0b30f3e5f498a4fe290 to your computer and use it in GitHub Desktop.
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