Files
navidrome/ui/src/themes/light.js
T

25 lines
415 B
JavaScript

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