quintodrome/ui/src/themes/spotify.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
414 B
JavaScript
Raw Normal View History

import green from '@material-ui/core/colors/green'
export default {
themeName: 'Spotify',
palette: {
primary: {
light: green['300'],
main: green['500'],
},
secondary: {
main: green['900'],
contrastText: '#fff',
},
type: 'dark',
},
overrides: {
MuiFormGroup: {
root: {
color: 'white',
},
},
},
player: {
theme: 'dark',
},
}