Created
May 15, 2015 15:52
-
-
Save metamn/ef8d6cf9b49b97edfded to your computer and use it in GitHub Desktop.
Colors JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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