appbaseio/reactivesearch

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

Summary

Maintainability
A
0 mins
Test Coverage
const theme = {
    typography: {
        fontFamily: 'Raleway, Helvetica, sans-serif',
    },
    colors: {
        primaryColor: 'aquamarine',
        secondaryColor: '#303030',
        lightGray: '#424242',
    },
    component: {
    },
};

export default theme;