Created
July 25, 2016 00:26
-
-
Save tgoldenberg/b024fd60ad6fab148bdcd2b039eac5c9 to your computer and use it in GitHub Desktop.
Color variables for Build React Native
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
| export default Colors = { | |
| brandPrimary: '#3A7BD2', | |
| brandPrimaryDark: '#215191', | |
| inactive: '#EBEEF5', | |
| highlight: '#FFFF8D', | |
| copyLight: "#bbb", | |
| copyMedium: '#777', | |
| copyDark: '#000', | |
| red: '#C62828', | |
| deepPurple: '#673AB7', | |
| indigo: '#3F51B5', | |
| teal: '#009688', | |
| orange: '#FF9800', | |
| blueGrey: '#607D8B', | |
| purple: '#9C27B0', | |
| green: '#4CAF50', | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment