Skip to content

Instantly share code, notes, and snippets.

@divyanshu013
Last active March 6, 2018 16:49
Show Gist options
  • Save divyanshu013/aa1e6662ba177e130e88a47ae881fb18 to your computer and use it in GitHub Desktop.
Save divyanshu013/aa1e6662ba177e130e88a47ae881fb18 to your computer and use it in GitHub Desktop.
Colors and Fonts for GitXplore app
const theme = {
typography: {
fontFamily: 'Raleway, Helvetica, sans-serif',
},
colors: {
primaryColor: '#008000',
titleColor: 'white'
},
secondaryColor: 'mediumseagreen',
};
export default theme;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment