Make a theme available for use
Once a theme is defined, you can set whether it is available for users to select.
About this task
Procedure
- In Guidewire Studio, navigate to , and then open the display.properties file.
-
Create a new display key that specifies the name of the theme that is visible to
users.
For example:
Web.Theme.MyNewTheme = Blue Midnight - Navigate to , and then open the file Client_Properties.json.
-
Under the section
theme_files_to_include_and_their_display_key_names, create an entry for the theme on a new line in the following format:"theme_file_name": "display_key_name"- theme_file_name
- The name of the theme file, without the .scss extension.
- display_key_name
- The name of the display key that specifies the name of the theme.
For example:"my-theme--blue-midnight", "Web.Theme.MyNewTheme"
What to do next
See also
