2020-03-31 05:05:46 -08:00
|
|
|
import blue from '@material-ui/core/colors/blue'
|
|
|
|
|
|
|
|
|
|
export default {
|
2020-03-31 15:36:45 -08:00
|
|
|
themeName: 'Dark (default)',
|
2020-03-31 05:05:46 -08:00
|
|
|
palette: {
|
|
|
|
|
primary: {
|
|
|
|
|
main: '#90caf9',
|
|
|
|
|
},
|
|
|
|
|
secondary: blue,
|
|
|
|
|
type: 'dark',
|
|
|
|
|
},
|
|
|
|
|
overrides: {
|
|
|
|
|
MuiFormGroup: {
|
|
|
|
|
root: {
|
|
|
|
|
color: 'white',
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-04-08 06:19:53 -08:00
|
|
|
},
|
|
|
|
|
player: {
|
|
|
|
|
theme: 'dark',
|
2020-03-31 05:05:46 -08:00
|
|
|
},
|
|
|
|
|
}
|