Last active
March 6, 2018 16:49
-
-
Save divyanshu013/aa1e6662ba177e130e88a47ae881fb18 to your computer and use it in GitHub Desktop.
Colors and Fonts for GitXplore app
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
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