2021-03-13 00:48:23 -09:00
|
|
|
import green from '@material-ui/core/colors/green'
|
|
|
|
|
|
|
|
|
|
export default {
|
2021-03-13 17:05:57 -09:00
|
|
|
themeName: 'Spotify-ish',
|
2021-03-13 00:48:23 -09:00
|
|
|
palette: {
|
|
|
|
|
primary: {
|
|
|
|
|
light: green['300'],
|
|
|
|
|
main: green['500'],
|
|
|
|
|
},
|
|
|
|
|
secondary: {
|
|
|
|
|
main: green['900'],
|
|
|
|
|
contrastText: '#fff',
|
|
|
|
|
},
|
|
|
|
|
type: 'dark',
|
|
|
|
|
},
|
|
|
|
|
overrides: {
|
|
|
|
|
MuiFormGroup: {
|
|
|
|
|
root: {
|
|
|
|
|
color: 'white',
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-03-30 21:11:05 -08:00
|
|
|
NDLogin: {
|
|
|
|
|
systemNameLink: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
},
|
|
|
|
|
welcome: {
|
|
|
|
|
color: '#eee',
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-03-13 00:48:23 -09:00
|
|
|
},
|
|
|
|
|
player: {
|
|
|
|
|
theme: 'dark',
|
|
|
|
|
},
|
|
|
|
|
}
|