Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a Next Experience style

When you create or modify a Next Experience theme, you create and edit one or more styles. Styles include typefaces, colors, images, and shapes and forms. The new style records you create override the default Polaris or default Coral theme in Next Experience.

Before you begin

Role required: admin

About this task

When you edit Next Experience styles, you work in raw JSON code. Edit with care.

You upload new typefaces or images in a separate process. See Add Next Experience font and image assets.

Procedure

  1. In the filter navigator field, enter sys_ux_style.do to create a style record.

  2. Name the style and specify whether it’s a Core style or a Variant.

    Note: The Dark theme is the only variant shipped with Next Experience.

  3. In the Style field, add the base and properties blocks to contain overrides in the style record.

    {
      "base": {
    },
      "properties":{
      }
     }
    
  4. To save your work between steps, select the additional actions icon

Image omitted: hamburger-icon.png
and choose `Save`.
  1. In the Style field, edit the JSON code to reflect the overrides you want the style to contain.

    1. Add or edit your main colors in the base section of the JSON code.

      Use RGB values.

      The following example shows sample color overrides.

Image omitted: polaris-style-base-colors.png
Style block with color overrides
2.  Edit versions of the colors in the properties section of the JSON code.

3.  Add or edit shapes in the properties section of the JSON code.

    The following example shows sample shape overrides.
Image omitted: polaris-style-base-shapes.png
Style block with shape overrides
  1. Add fonts, images, and other theme assets.

    For more information, see Add Next Experience font and image assets.

  2. If you have uploaded fonts, add or edit typefaces in the properties section of the JSON code and select Update.

Image omitted: polaris-style-colors-shapes-fonts.png
Style block with color, shape, and font overrides

Result

The updated colors, shapes, and typefaces are visible in your theme.

Parent Topic:Configuring Next Experience themes and preferences