The Oracle Alta UI skin is meant for new development and is an opt-in. To use Oracle Alta UI skin instead of Skyros, there are a few configuration steps. You configure your application to use the new skin by specifying values for the <skin-family> and
<skin-version> elements in your application's trinidad-config.xml
file, as shown below.
trinidad-config.xml
file. By default, this file is in the Web Content/WEB-INF node.<?xml version="1.0" encoding="windows-1252"?>
<trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
<skin-family>skyros</skin-family>
<skin-version>v1</skin-version>
</trinidad-config>
The values that you specify for the <skin-family> element and, optionally, the <skin-version> element in the trinidad-config.xml file determine the ADF skin that the Fusion web application uses at runtime.