Update "orange juice" theme

This commit is contained in:
schroda
2025-01-17 00:20:46 +01:00
parent 0b9697ec29
commit c36a0f8d02

View File

@@ -268,10 +268,14 @@ export const themes = {
light: { light: {
palette: { palette: {
primary: { primary: {
main: '#ffb546', main: '#e74c00',
}, },
secondary: { secondary: {
main: '#4690ff', main: '#009ae7',
},
background: {
paper: '#ede3d3',
default: '#f5f0e8',
}, },
}, },
}, },