Newer Version Available

This content describes an older version of this product. View Latest

User Interface Themes

Back in the Winter ’06 release, Salesforce started supporting multiple user interface themes, allowing you to use different sets of icons and colors for the user interface. But these user interface themes do not apply when your org is using Lightning Experience.
Available in: Salesforce Classic and earlier

Two user interface themes match the earlier iterations of Salesforce.

  • Theme3—The “Salesforce Classic 2010 user interface theme.” This interface was previously referred to as “Salesforce” or “new user interface theme.” You might also be familiar with it as the Salesforce Aloha interface.
  • Theme2—The “Salesforce Classic 2005 user interface theme.” This interface was previously referred to as “Salesforce Classic” or the “classic user interface theme.”

The getUserInfo() call returns a getUserInfoResult object, which includes the userUiSkin property. This property informs you of the user’s current user interface theme.

Use the describeQuickActions(), describeTabs(), and describeTheme() calls and their return types to get information on theme icons and colors.

Style sheets are available to mimic the look and feel of the older user interfaces. For more information, see Styling Visualforce Pages in the Visualforce Developer's Guide. But if you’re planning to switch to Lightning Experience, consider the Lightning Component framework, our new UI framework. See the “Lightning Components” module in the Develop for Lightning Experience Trailhead trail to learn more.