Skip to content

Instantly share code, notes, and snippets.

@metamn
Created May 15, 2015 15:52
Show Gist options
  • Save metamn/ef8d6cf9b49b97edfded to your computer and use it in GitHub Desktop.
Save metamn/ef8d6cf9b49b97edfded to your computer and use it in GitHub Desktop.
Colors JSON
{
"colors": [
{
"name": "white",
"value": "#f1f1f1",
"description": "The background color"
},
{
"name": "black",
"value": "#003A40",
"description": "The text color"
},
{
"name": "blue",
"value": "rgba(0, 0, 255, 1)",
"description": "The highlight color"
},
{
"name": "thumbblue",
"value": "rgba(38, 38, 255, 1)",
"description": "A lighter highlight color"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment