Skip to content

Instantly share code, notes, and snippets.

Created March 6, 2018 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/47ef9cb66053eef84e908bc3ab1b740c to your computer and use it in GitHub Desktop.
Save anonymous/47ef9cb66053eef84e908bc3ab1b740c to your computer and use it in GitHub Desktop.
export const theme1 = {
primary: '#ff0198',
secondary: '#01c1d6',
danger: '#eb238e',
light: '#f4f4f4',
dark: '#222'
}
export const theme2 = {
primary: '#6e27c5',
secondary: '#ffb617',
danger: '#f16623',
light: '#f4f4f4',
dark: '#222'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment