1) packages/app/src/App.tsx에 아래 코드를 추가합니다.import { UnifiedThemeProvider, themes, } from '@backstage/theme'; // MUI themesimport LightIcon from '@material-ui/icons/WbSunny'; // Additional iconsimport { multicolorTheme } from './theme/theme'; // Custom multicolor theme components: { SignInPage: props => ( ), }, themes: [ // Keeping the original themes is completely optional { ..