Theme
The Theme tab sets the global visual identity and default display behavior for your project. These settings apply to all Areas and can be overridden per Area. Go to Settings → Theme to access these settings.
Project-level theme settings are global defaults. Override them per Area in Areas → Theme for departmental or role-specific branding.
Theme and display
- Go to Settings in the top navigation.
- Click the Theme tab in the left sidebar.
- Click the Enable Theme Configuration toggle to begin customizing the visual settings.
- Select a Default Theme or enable Custom Theme to provide a custom configuration.
- Upload Light Mode and Dark Mode logos in the Logo Upload section.
- Enable Display Settings to set global layout behavior for Forms, List View, and Detail View.
- Click Save Changes to apply the configuration.
Settings reference
Theme settings
Define the default visual style for the project interface.
| Setting | Description |
|---|---|
| Default Theme | A list of pre-configured themes: Default, Amber Minimal, Amethyst Haze, Bold Tech, Bubble Gum, Caffeine, and Candyland. |
| Custom Theme | A toggle to enable the input of custom configuration code. |
| Theme Code | The code field for CSS or JSON theme definitions. Supports Tailwind v4 and OKLCH color formats. |
Use TweakCn to visually design your theme and copy the resulting code directly into Hyper Studio.
Logo upload
Manage global branding for both light and dark display modes.
| Constraint | Requirement |
|---|---|
| File Types | SVG, PNG, JPEG, JPG |
| Max Size | 1MB |
| Aspect Ratio | Recommended 2:1. An integrated cropping tool is available during upload. |
Display configuration
Manage the default presentation logic for notifications, forms, and data tables across the project.
General
Set system-wide default display behavior.
| Setting | Description |
|---|---|
| Display Mode | Determines the default method for showing system messages and notifications (uses Sonner). |
Forms
Define the default layout and behavior for creating and editing records.
| Setting | Description |
|---|---|
| Use Shared Form | When enabled, the Add Form configuration applies to both add and edit operations by default. |
| Display Mode | The layout style for the form. Choose between Modal, Drawer, or Card. |
| Columns Per Row | The number of fields displayed per horizontal row (1–4). |
| Width | The layout width in pixels. Available for Modal and Drawer modes. |
| Drawer Position | The placement of the drawer (Left, Right, Top, or Bottom). Available for Drawer mode. |
| Use Field Icons | Enable to display field icons in generated forms. |
List view
Control the default presentation and interaction logic for data tables.
| Setting | Description |
|---|---|
| Display Mode | The default layout style for record tables. Defaults to Table. |
| Enable Pagination | When turned on, enables results paging across the project. |
| Enable Infinite Scroll | Turn on to enable infinite scroll loading for records. |
| Page Size | The default number of records displayed per page or loaded per scroll batch. |
| Max Records | The default maximum number of records to fetch. |
The following settings apply to the filter panel in list views:
| Filter setting | Description |
|---|---|
| Display Mode | The default appearance for filter interfaces (for example, Modal, Drawer, or Card). |
| Columns Per Row | The default number of filter fields displayed per horizontal row (1–4). |
| Width | The default layout width in pixels. Available for Modal and Drawer modes. |
| Drawer Position | The default placement of the drawer (Left, Right, Top, or Bottom). Available for Drawer mode. |
| Use Field Icons | Enable to display field icons in filters. |
Detail view
Set the default presentation for individual record details.
| Setting | Description |
|---|---|
| Display Mode | The default layout style for detail views. Choose between Modal, Drawer, or Card. |
| Columns Per Row | The default number of fields displayed per horizontal row (1–4). |
| Width | The default layout width in pixels. Available for Modal and Drawer modes. |
| Drawer Position | The default placement of the drawer (Left, Right, Top, or Bottom). Available for Drawer mode. |
Related
- Settings Overview
- Area Theme — Override these settings for specific Areas