Skip to main content
Feedback

Create a new theme

Themes provides a useful base from which you can begin creating your own custom theme. Customizing themes gives you complete control to beautify the user interface for your flows without having to rebuild the application or apply custom CSS.

You need to setup the below fields to create a new theme.

FieldDescription
NameProvide a name to the theme. This field must include only letters, numbers, and hyphens. This is a mandatory field.
Document TitleSpecify a title to the document.
ColorsYou can customize the flow using colors.
GeneralGeneric settings
BackgroundSpecify the main background color of the application.
Background alternateSpecify the alternate background color of the repeatative elements like table rows.
FontChoose the font color.
PrimarySpecify the accent color that is used for button border, primary buttons, and table headings.
BorderSpecify the border color of elements such as tables and inputs.
SelectedSelected settings
Selected backgroundSpecify the background color of selected items such as selected table rows, checked check boxes, or toggles.
Selected fontSpecify the font color of selected texts associated to selected table rows, checked check boxes, or toggles.
HighlightedHighlighted settings
Highlighted backgroundSpecify the background color of highlighted items such as hovered table rows or hovered selected options.
Highlight fontSpecify the font color of highlighted texts associated to the hovered table rows or hovered selected options.
FilesYou can add customized files.
Custom CSS StylesheetsYou can add a css stylesheet by clicking on Add CSS Stylesheet and add the file by drag-drop method, or by uploading from your local folder (the files are uploaded into, and can be selected from the flow assets), or selecting an existing file from your asset library. Multiple CSS files can be added to a Theme. You can also enter a URL to a hosted custom component css file.
Important: You can only upload files that have a .css extension.
Instead of uploading a CSS file, you can directly edit CSS styles within a code block enabling you to customize your stylesheets directly on the page.
Custom JavaScript FilesYou can add a javascript files by clicking on Add JavaScript file and add the file by drag-drop method, or by uploading from your local folder (the files are uploaded into, and can be selected from the flow assets), or selecting an existing file from your asset library. Multiple JavaScript files can be added to a Theme. You can also enter a URL to a hosted custom component js file.
Important: You can only upload files that have a .js extension.
You can insert and edit JavaScript code directly within a code block, eliminating the need for file uploads, making it easier to implement custom functionalities.
CommentsYou can type your comments in the blank text space.

img

Environment Enabled

  • You can add a theme to a release or create a release containing just a theme to preview and test it in different environments.
  • When editing an existing theme, you will have a Build option instead of Save.
  • On selecting, you will be prompted to either add the theme to an existing release or create a new release.
On this Page