Skip to content

Instantly share code, notes, and snippets.

@tgoldenberg
Created July 25, 2016 00:26
Show Gist options
  • Select an option

  • Save tgoldenberg/b024fd60ad6fab148bdcd2b039eac5c9 to your computer and use it in GitHub Desktop.

Select an option

Save tgoldenberg/b024fd60ad6fab148bdcd2b039eac5c9 to your computer and use it in GitHub Desktop.
Color variables for Build React Native
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