Set the default theme

Set the visual theme to be used by default.

About this task

Users will use the default theme until they choose a new one in the PolicyCenter Settings dialog.

Procedure

  1. In Guidewire Studio, navigate to configuration > webresources, and then open the file Client_Properties.json.
  2. Under the section pref_panel_defaults, edit the line that begins with "theme" and set it to the following:
    "theme": "theme_file_name",
    theme_file_name
    The name of the theme file without the .scss extension.
    For example:
    "theme": "my-theme--blue-midnight"

What to do next

See also