Created
August 24, 2016 12:03
-
-
Save mds/08ed51f4fce5946d06500716c26d5934 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"systemColors" : [ | |
{ | |
"colorHex" : "#333333", | |
"colorName" : "Charcoal", | |
"variable" : "$color-app-charcoal" | |
}, | |
{ | |
"linearGradient" : "linear-gradient(45deg, #333333 0%, #000000 100%)", | |
"colorName" : "Dark Gradient", | |
"mixin" : "gradient-app-charcoal" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment