appbaseio/reactivesearch

View on GitHub
site/demos/gitxplore/src/styles/theme.js

Summary

Maintainability
A
0 mins
Test Coverage
const theme = {
    typography: {
        fontFamily: 'Raleway, Helvetica, sans-serif',
    },
    colors: {
        primaryColor: '#008000',
        secondaryColor: 'mediumseagreen',
        titleColor: 'white',
        lightGray: '#eff3f6',
    },
};

export default theme;