MUI Theming Skill createTheme() API The function is the entry point for all MUI customization. It accepts a deeply partial theme object and merges it with the defaults. --- Palette Standard palette colors MUI auto-generates , , and from if you omit them. Custom palette colors with augmentColor Use a two-step createTheme call when augmentColor needs the base theme: Background and text --- Typography Responsive typography --- Spacing The spacing scale is factor-based. Default unit is 8px. --- Breakpoints --- Shape, Shadows, Transitions, zIndex --- ThemeProvider and CssBaseline --- Dark Mode Sta…