
Co-authored-by: Dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.dev/elysium/minecluster/pulls/5
16 lines
313 B
JavaScript
16 lines
313 B
JavaScript
// Generated using https://zenoo.github.io/mui-theme-creator/
|
|
import { createTheme } from "@mui/material/styles";
|
|
|
|
const themeOptions = {
|
|
palette: {
|
|
mode: "light",
|
|
primary: {
|
|
main: "#29985c",
|
|
},
|
|
secondary: {
|
|
main: "#f50057",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default createTheme(themeOptions);
|