red, green, blue, yellow,
amber, orange, deepOrange, purple,
indigo, blueGrey, grey, teal, cyan,
lightBlue, deepPurple, lightGreen, lime
} from '@material-ui/core/colors';
// light: will be calculated from palette.sample,
// dark: will be calculated from palette.sample,
// contrastText: will be calculated to contrast with palette.sample
contentBackground: '#ffffff',
drawerMenuCategoryText: grey[200],
drawerMenuSelectedBackground: grey[500],
drawerMenuSelectedPin: '#7fc734',
// Color set for StickyBoard components (e.g., charts, number...)
backgroundColor: '#7fc734', // AppBar background color
backgroundColor: '#7b7b7e', // Drawer background color
backgroundColor: '#7fc734',
backgroundColor: green[700],
backgroundColor: grey[50],
export default ThemeSoaple;