Skip to main content

Theme

The Theme tab in Settings allows you to define the global visual identity and default display behavior for your entire project. These settings serve as the default for all Areas, ensuring a consistent look and feel across your workspace.

info

Project-level configurations serve as global defaults. They can be overridden by specific Area configurations in AreasTheme, allowing for departmental or role-specific branding (e.g., a "dark mode" warehouse interface).

Configuring Project Theme and Display

Follow these steps to customize the global look and feel of your project:

  1. Navigate to Settings in the top navigation.
  2. Click the Theme tab in the left sidebar.
  3. Toggle Enable Theme Configuration to begin customizing the visual settings.
  4. Select a Default Theme or enable Custom Theme to provide a custom configuration.
  5. Upload Light Mode and Dark Mode logos in the Logo Upload section.
  6. Enable Display Settings to configure global layout behavior for Forms, List View, and Detail View.
  7. Click Save Changes to apply the configuration.

Reference

Theme Settings

Define the default visual style for the project interface.

View all settings
SettingDescription
Default ThemeA list of pre-configured themes: Default, Amber Minimal, Amethyst Haze, Bold Tech, Bubble Gum, Caffeine, and Candyland.
Custom ThemeA toggle to enable the input of custom configuration code.
Theme CodeThe code field for CSS or JSON theme definitions. Supports Tailwind v4 and OKLCH color formats.
info

Visit 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.

View logo constraints
ConstraintRequirement
File TypesSVG, PNG, JPEG, JPG
Max Size1MB
Aspect RatioRecommended 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

Configure system-wide default display behavior.

View General settings
SettingDescription
Display ModeDetermines the default method for showing system messages and notifications (e.g., Notification, Toast).

Forms

Define the default layout and behavior for creating and editing records.

View Forms settings
SettingDescription
Use Shared FormWhen enabled, the Add Form configuration applies to both add and edit operations by default.
Display ModeThe layout style for the form. Choose between Modal, Drawer, or Card. (New Page is currently in development).
Columns Per RowThe number of fields displayed per horizontal row (1-4).
WidthThe layout width in pixels. Available for Modal and Drawer modes.
Drawer PositionThe placement of the drawer (Left, Right, Top, or Bottom). Available for Drawer mode.

List View

Control the default presentation and interaction logic for data tables.

View List View settings
SettingDescription
Display ModeThe default layout style for record tables. Currently defaults to Table.
Enable PaginationA toggle to enable results paging across the project.
Enable Infinite ScrollA toggle to load records continuously by default. Requires Enable Pagination to be active.
Page SizeThe default number of records displayed per page or loaded per scroll batch.
Max RecordsThe default maximum number of records to fetch. Available only when Infinite Scroll is disabled.
Filter SettingDescription
Display ModeThe default appearance for filter interfaces (e.g., Modal, Drawer, or Card).
Columns Per RowThe default number of filter fields displayed per horizontal row (1-4).
WidthThe default layout width in pixels. Available for Modal and Drawer modes.
Drawer PositionThe default placement of the drawer (Left, Right, Top, or Bottom). Available for Drawer mode.

Detail View

Customize the default presentation for individual record details.

View Detail View settings
SettingDescription
Display ModeThe default layout style for detail views. Choose between Modal, Drawer, or Card. (New Page is currently in development).
Columns Per RowThe default number of fields displayed per horizontal row (1-4).
WidthThe default layout width in pixels. Available for Modal and Drawer modes.
Drawer PositionThe default placement of the drawer (Left, Right, Top, or Bottom). Available for Drawer mode.