Have a look at the documentation on changing the styling of your app: https://docs.mendix.com/howto/front-end/customize-styling-new/
In Mendix, changing the UI theme of an existing application is done by updating or replacing the styling resources, not by switching a “theme” setting.
If your app already uses Atlas UI (which most apps do):
theme/)theme/web/main.scsstheme/native/main.scss (for native apps)This keeps all pages working and only changes the look & feel.
If you want a more modern or different base style:
⚠️ This affects the whole app — test thoroughly.
If the “theme change” means a bigger redesign:
main.scssPages don’t need to be rebuilt, only layouts and styles.