2020-03-31 05:05:46 -08:00
|
|
|
import blue from '@material-ui/core/colors/blue'
|
|
|
|
|
|
|
|
|
|
export default {
|
2020-05-02 10:50:46 -08:00
|
|
|
themeName: 'Dark',
|
2020-03-31 05:05:46 -08:00
|
|
|
palette: {
|
|
|
|
|
primary: {
|
2020-10-31 14:46:14 -08:00
|
|
|
main: '#90caf9',
|
2020-03-31 05:05:46 -08:00
|
|
|
},
|
|
|
|
|
secondary: blue,
|
|
|
|
|
type: 'dark',
|
|
|
|
|
},
|
|
|
|
|
overrides: {
|
|
|
|
|
MuiFormGroup: {
|
|
|
|
|
root: {
|
|
|
|
|
color: 'white',
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-03-29 19:25:32 -08:00
|
|
|
NDLogin: {
|
|
|
|
|
systemNameLink: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
},
|
2021-03-30 21:11:05 -08:00
|
|
|
welcome: {
|
|
|
|
|
color: '#eee',
|
|
|
|
|
},
|
2021-03-29 19:25:32 -08:00
|
|
|
},
|
2020-04-08 06:19:53 -08:00
|
|
|
},
|
|
|
|
|
player: {
|
|
|
|
|
theme: 'dark',
|
2020-03-31 05:05:46 -08:00
|
|
|
},
|
|
|
|
|
}
|