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: {
|
2021-04-25 17:09:23 -08:00
|
|
|
color: '#0085ff',
|
2021-03-29 19:25:32 -08:00
|
|
|
},
|
2021-04-25 17:09:23 -08:00
|
|
|
icon: {},
|
2021-03-30 21:11:05 -08:00
|
|
|
welcome: {
|
|
|
|
|
color: '#eee',
|
|
|
|
|
},
|
2021-04-25 17:09:23 -08:00
|
|
|
card: {
|
|
|
|
|
minWidth: 300,
|
|
|
|
|
backgroundColor: '#424242ed',
|
|
|
|
|
},
|
|
|
|
|
avatar: {},
|
|
|
|
|
button: {
|
|
|
|
|
boxShadow: '3px 3px 5px #000000a3',
|
|
|
|
|
},
|
2021-03-29 19:25:32 -08:00
|
|
|
},
|
2021-10-15 17:02:11 -08:00
|
|
|
NDMobileArtistDetails: {
|
2021-09-26 11:32:40 -08:00
|
|
|
bgContainer: {
|
|
|
|
|
background:
|
|
|
|
|
'linear-gradient(to bottom, rgba(52 52 52 / 72%), rgb(48 48 48))!important',
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-04-08 06:19:53 -08:00
|
|
|
},
|
|
|
|
|
player: {
|
|
|
|
|
theme: 'dark',
|
2021-06-25 13:34:16 -08:00
|
|
|
stylesheet: require('./dark.css.js'),
|
2020-03-31 05:05:46 -08:00
|
|
|
},
|
|
|
|
|
}
|