<!--
The default theme contents use theme inheritance. Application themes
can extend an existing global theme using the extends attribute.
Existing themes include the following options: 1. webstandard 2. oneui
3. notes
-->
<theme extends="oneuiv2.1_green" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="platform:/plugin/com.ibm.designer.domino.stylekits/schema/stylekit.xsd">
<!--
Use this pattern to include resources (such as style sheets and
JavaScript files that are used by this theme.
--><!--
<resource>
<content-type>text/css</content-type>
<href>/.ibmxspres/domino/oneuiv2.1/greenTheme/greenTheme.css</href>
</resource>
--><!-- Custom CSS for overrides or additional styles -->
<resource>
<content-type>text/css</content-type>
<href>custom.css</href>
</resource>
<!--
Use this pattern to define property name/value pairs for controls
-->
<!--
<control> <name>[Control Name]</name> <property> <name>[property
Name]</name> <value>[property Value]</value> </property> </control>
--><!--
<control override="true">
<name>div.lotusBanner</name>
<property>
<name>styleClass</name>
<value>lotusBannerCastrol</value>
</property>
</control>
--></theme>