Appearance
Theme & Style ​
The Theme & Style settings allow you to configure your application's default theme (light or dark mode) and set a global background for your app.
Accessing theme & style ​
To configure theme and style settings:
- Click on the
Settingsicon (cog icon) in theInterfacesection sidebar - Click
Theme & Style
This opens the theme configuration modal.
Default theme ​
You can choose between two default themes for your application:
- Light — A light color scheme for your app
- Dark — A dark color scheme for your app
The default theme sets the initial appearance when users first load your application.
Allowing users to switch themes ​
You can allow users to dynamically switch between light and dark themes in your app using the Change theme workflow action. This gives users control over their viewing experience.
Learn how to create a theme toggle →
App background ​
The app background appears behind all your pages and content. You can choose from three types of backgrounds:
Gradient background ​
Set a gradient as your app's background:
- Select
Gradientfrom the background type dropdown - Choose or configure your gradient
- Save your changes
Image background ​
Use an image as your app's background:
- Select
Imagefrom the background type dropdown - Click
Choose image - Upload or select an image from your assets
- Save your changes
TIP
When using an image background, ensure it doesn't interfere with the readability of your content. Consider using a subtle or low-contrast image.
Color background ​
Set a solid color as your app's background:
- Select
Colorfrom the background type dropdown - Choose your color or set it to transparent
- Save your changes
Background priority ​
You can set multiple background types at once using the dropdown selector. The order in the dropdown (Gradient > Image > Color) represents the priority order:
- Gradient — Displays first if set
- Image — Displays if gradient is not set
- Color — Displays as the fallback if neither gradient nor image is set
This allows you to create layered backgrounds or have fallbacks in case images don't load.
Best practices ​
Readability ​
- Ensure your background doesn't make content hard to read
- Use subtle backgrounds that don't compete with your content
- Test readability in both light and dark themes
Performance ​
- Optimize background images for web (compress and resize appropriately)
- Avoid very large background images that slow down page load
- Consider using solid colors or gradients instead of images when possible
Consistency ​
- Use backgrounds that align with your brand
- Keep backgrounds consistent with your overall design
- Test how your background looks across different pages and screen sizes

