colors.properties

Use this file to define a custom color scheme for the AWI user interface, instead of the Automic gold, to reflect your company brand.

Configuration required?

No, optional.

Related Components

All AWI

Description

The AWI user interface uses Automic gold and shades of black in its color scheme. In the color.properties file, you can specify a different color instead of the gold. This is only one of the ways that you can customize the AWI to reflect your company brand. You can also replace the Automic logo with your company logo. For more information see Customizing the AWI User Interface.

File location

When you have installed the AWI, you find this configuration file in your Tomcat web application server, in the folder webapps\<AWI>\config\theme.

Steps

  1. In your Tomcat web server go to the folder …\webapps\<AWI>\config\theme.
  2. Open the renamed file and update the configurations as described in the table that follows.

Structure

The table that follows explains the structure of the file and describes the parameters and settings with their possible values.

Parameter Description and Values
maincolor

The RGB code for the color that is used on the AWI user interface.

white.background Default value false. If set to true a white box will be displayed in the login dialog and header behind the custom logo
logo.filename Name of the Logo file which is located in the …\webapps\<AWI>\config\theme folder

* You can enter a literal password or you can use an Automation Engine encrypted password. See the Automation Engine Administration Guide for information about encrypting passwords.

Example

This is the colors.properties file with the default Automic gold.

maincolor = #f4b73c;

white.background = true

logo.filename = logo.png