Files
navidrome/ui/src/themes/light.js
T
2020-04-29 08:15:28 -04:00

25 lines
423 B
JavaScript

export default {
themeName: 'Light',
palette: {
secondary: {
light: '#5f5fc4',
dark: '#001064',
main: '#3f51b5',
contrastText: '#fff',
},
},
overrides: {
MuiFilledInput: {
root: {
backgroundColor: 'rgba(0, 0, 0, 0.04)',
'&$disabled': {
backgroundColor: 'rgba(0, 0, 0, 0.04)',
},
},
},
},
player: {
theme: 'light',
},
}