Update some theme colors

- rosegold
- crimson
- minty miracles
This commit is contained in:
schroda
2024-09-09 19:32:41 +02:00
parent c62d84baf3
commit b65636ddcf

View File

@@ -63,10 +63,10 @@ const themes = {
muiTheme: { muiTheme: {
palette: { palette: {
primary: { primary: {
main: '#f1a886', main: '#E9A7A1',
}, },
secondary: { secondary: {
main: '#86cff1', main: '#A1E3E9',
}, },
}, },
}, },
@@ -105,10 +105,10 @@ const themes = {
muiTheme: { muiTheme: {
palette: { palette: {
primary: { primary: {
main: '#ff0033', main: '#DC143C',
}, },
secondary: { secondary: {
main: '#00ffcc', main: '#14DCB4',
}, },
}, },
}, },
@@ -119,10 +119,10 @@ const themes = {
muiTheme: { muiTheme: {
palette: { palette: {
primary: { primary: {
main: '#9defc3', main: '#5CE6A1',
}, },
secondary: { secondary: {
main: '#ef9dc9', main: '#E65CA1',
}, },
}, },
}, },