The current theme feature is implemented based on Ant Design 5.x. It is recommended to read about the Customizing Theme concept before proceeding with this document.
The Theme Editor plugin is used to modify the styles of the entire front-end page. It currently supports editing global SeedToken, MapToken, and AliasToken, as well as enabling a switch to Dark Mode and Compact Mode. In the future, it may support component-level theme customization.
First, update NocoBase to the latest version (v0.11.1 or above). Then, search for the Theme Editor card in the Plugin Manager page. Click the Enable button at the bottom right of the card and wait for the page to refresh.

After enabling the plugin, click the settings button at the bottom left of the card to navigate to the theme editing page. By default, there are four theme options: Default Theme, Dark Theme, Compact Theme, and Compact Dark Theme.

Click the Add New Theme button and select Create a Brand New Theme. A Theme Editor will pop up on the right side of the page, allowing you to edit Colors, Sizes, Styles, and more. After editing, enter a theme name and click save to complete the theme creation.

Move the mouse to the top right corner of the page to see the theme switcher. Click on it to switch to other themes, such as the newly added theme.

Click the Edit button at the bottom left of the card. A Theme Editor will pop up on the right side of the page (similar to adding a new theme). After editing, click save to complete the theme modification.

Newly added themes are available for users to switch to by default. If you do not want users to switch to a certain theme, turn off the User selectable switch at the bottom right of the theme card, which prevents users from switching to that theme.

Initially, the default theme is Default Theme. To set a specific theme as the default, turn on the Default Theme toggle at the bottom right of the card. This ensures that when users open the page for the first time, they will see this theme. Note: The default theme cannot be deleted.

Click the Delete button below the card, then confirm in the pop-up dialog to delete the theme.
